https://github.com/willguimont/circleintersect
Port of Peter Kovesi's circleintersect.m (https://www.peterkovesi.com/matlabfns/)
https://github.com/willguimont/circleintersect
circle intersection math python
Last synced: 5 months ago
JSON representation
Port of Peter Kovesi's circleintersect.m (https://www.peterkovesi.com/matlabfns/)
- Host: GitHub
- URL: https://github.com/willguimont/circleintersect
- Owner: willGuimont
- Created: 2019-10-12T21:23:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T21:25:41.000Z (over 6 years ago)
- Last Synced: 2025-04-05T03:02:41.227Z (11 months ago)
- Topics: circle, intersection, math, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circleintersect
Function to return the intersection points between two circles given their centres and radii.
Port of Peter Kovesi's circleintersect.m (https://www.peterkovesi.com/matlabfns/)