Skip to content

@technobuddha > library > Geometry > Polygon

Type Alias: Polygon

ts
type Polygon = Cartesian[];

Defined in: @types/geometry.ts:37

A polygon (a set of cartesian coordinates)