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.
findPolygonSelfIntersections
Collect all self-intersection points of the given polygon.
If the given polygon (vertices) is not self intersecting then the returned array is empty.