kabirkedia
kabirkedia
## Summary of Changes This pull request addresses issue #2928. It implements a function distance_between_two_polygons to calculate the square of the shortest distance between two polygons based on @efifogel 's...
## Summary of Changes Adds the function detect_sharp_corners to detect sharp corners as addressed in issue #1708 ## Release Management * Affected package(s): PMP * Issue(s) solved (if any): fix...
## Issue Details This issue concerns the intersection operation on 2 self-intersecting (or 1 self-intersecting, 1 regular) bezier polygons. I was working on the Boolean_set_operations_2 demo in the cgal-public-dev repository....