signedArea
signedArea(
points):number
Defined in: core/rings.ts:13
Shoelace signed area of a ring (interleaved x,y). Positive for counter-clockwise winding, negative for clockwise. Magnitude is the area.
Parameters
Section titled “Parameters”points
Section titled “points”readonly number[]
Returns
Section titled “Returns”number