Home
API: forms

Interface: LineSegment

lifecycle-kit

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

readonly kind: "line"

Defined in: forms/path.ts:94


to

readonly to: Vec2

Defined in: forms/path.ts:95