Returns the area of the given set of vertices.
The area of the given set of vertices
Decomposes the given set of vertices using the poly-decomp.js(https://github.com/schteppe/poly-decomp.js).
The array of sets of vertices
Returns the inertia of the given set of vertices.
The inertia of the given set of vertices
Returns true if the given set of vertices is a convex polygon (vertices must be in the clockwise winding).
Еrue if the given set of vertices is a convex polygon (vertices must be in the clockwise winding)
Generated using TypeDoc
The 'Vertices' is the class for manipulating sets of vertices