-
Notifications
You must be signed in to change notification settings - Fork 72
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
Features/polygon intersection #200
base: develop
Are you sure you want to change the base?
Conversation
…ine. Tests now work
Overall LGTM 👍 I think in
Is needed for your I also don't think I see any validation for Perhaps in
Also wanted to note that with the changes in Also
this code says when i is 0 and j is 1 set i to i which is already equal to 0.... |
Calculate a polygon intersection with
a.IntersectionsWith(b)
.Unions and differences are available under
a.UnionWith(b)
anda.DifferencesWith(b)
.The surface area of a polygon can be found with
a.SurfaceArea()