Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.0
-
None
-
New
Description
Computing shape intersections with a polygon has an O(N^2) loop in it. This can be removed if two bounds are discovered ahead of time to use instead.