Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance of ConvexPolygon::overlap method.
Calculation of Polygon overlaps with Circle and other Polygon gives precise answer, these methods were made to return true/false. This also helps with performance of overlap calculation for UnionRegions composed of polygons.
- Loading branch information