Closed vultix closed 1 year ago
A general requirement of Polyanya is that the polygons be convex, so that within a single polygon you can navigate from any point to any other point in a straight line, knowing that it is the shortest path and will not cross into any non-traversable area.
Without pre-processing to decompose the polygons into convex polygons, this library shares that requirement.
That makes perfect sense, thank you!
I'm curious about what are the requirements for a given polygon.
To clarify, why not just create a single polygon containing all of the points for the example in the README? I presume this is invalid somehow.