Collect all self-intersection points of the given polygon.
If the given polygon (vertices) is not self intersecting then the returned array is empty.
The vertices that form the polygon.
Array
findPolygonSelfIntersections
Generated using TypeDoc
Collect all self-intersection points of the given polygon.
If the given polygon (vertices) is not self intersecting then the returned array is empty.