A class containing utility functions for shapes.
Note that these are all linear functions so it is necessary to calculate separately for x, y (and z, w if present) components of a vector.
contour — 2D polygon. An array of 2D vectors.
Calculate area of a (2D) contour polygon.
pts — points defining a 2D polygon.
Note that this is a linear function so it is necessary to calculate separately for x, y components of a polygon.
Used internally by Path, ExtrudeGeometry, and ShapeGeometry.
Used internally by ExtrudeGeometry and ShapeGeometry to calculate faces in shapes with holes.
For more info on how to obtain the source code of this module see this page.