https://github.com/j2kun/ellipse
A pure Python library for basic geometry on ellipses
https://github.com/j2kun/ellipse
ellipse geometry math
Last synced: 2 months 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T02:03:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T19:46:54.052Z (3 months ago)
- Topics: ellipse, geometry, math
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- 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