A polygon represented as a circular doubly-linked list of vertices.
Supports construction from Array, Vec2List, or another GeomPoly.
Provides geometric queries (area, winding, containment, convexity)
and decomposition algorithms (simple, monotone, convex, triangular).
Converted from nape-compiled.js lines 16271–19420.
A polygon represented as a circular doubly-linked list of vertices.
Supports construction from Array, Vec2List, or another GeomPoly.
Provides geometric queries (area, winding, containment, convexity)
and decomposition algorithms (simple, monotone, convex, triangular).
Converted from nape-compiled.js lines 16271–19420.