Skip to content

Shapemetry API


Shapemetry API / GcsPoint

Interface: GcsPoint

Defined in: sketch/entities.ts:107

A 2D point in the constraint system.

Properties

x

x: number

Defined in: sketch/entities.ts:108


y

y: number

Defined in: sketch/entities.ts:109


fixed

fixed: boolean

Defined in: sketch/entities.ts:111

Whether this point is fixed (not adjusted by the solver).