Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j2kun/ellipse
A pure Python library for basic geometry on ellipses
https://github.com/j2kun/ellipse
ellipse geometry math
Last synced: 4 days ago
JSON representation
A pure Python library for basic geometry on ellipses
- Host: GitHub
- URL: https://github.com/j2kun/ellipse
- Owner: j2kun
- Created: 2019-02-04T05:22:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T02:03:59.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:07:59.825Z (7 months ago)
- Topics: ellipse, geometry, math
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ellipse
This is a pure Python 3.7 library for doing basic geometry on ellipses.
I wanted to centralize the formulas for a different project, because I
tend to mix up sines, cosines, and signs.Currently it supports
- parametric evaluation on boundary points
- point tests
- bounding box computationFuture things to support, though I have no need for them right now:
- intersection of two ellipses
- smallest ellipse containing a set of points
- best fit ellipse for a set of points