Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intersect polygons with circles and arcs, check for intersections #8

Merged

Conversation

Pandicon
Copy link
Contributor

@Pandicon Pandicon commented Dec 17, 2024

This pull request adds functions to check if a polygon intersects a circle or an arc

It also adds functions to check for intersections without getting back the list of intersections, just a true/false answer

Closes #4

@Pandicon Pandicon changed the title Intersect polygons with circles and arcs Intersect polygons with circles and arcs, check for intersections Dec 17, 2024
@Pandicon Pandicon merged commit f3ea19d into stellarguesser:main Dec 17, 2024
1 check passed
@Pandicon Pandicon deleted the intersect-polygons-with-circles branch December 17, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Determine whether GreatCircleArc intersects a Polygon
1 participant