Skip to content

Function: polylineLength()

polylineLength(points): number

Defined in: geom.ts:33

Total length of a polyline. 0 for fewer than two points.

Parameters

points

readonly Vec[]

Returns

number