API: forms
Interface: LineSegment
lifecycle-kit
lifecycle-kit / forms / LineSegment
Interface: LineSegment
Defined in: forms/path.ts:93
A straight line to an absolute point.
The single most-used primitive in the surveyed renderers (655 calls), which is why it is first.
Properties
kind
readonlykind:"line"
Defined in: forms/path.ts:94
to
readonlyto:Vec2
Defined in: forms/path.ts:95
