API: forms
Interface: CubicSegment
lifecycle-kit
lifecycle-kit / forms / CubicSegment
Interface: CubicSegment
Defined in: forms/path.ts:115
A cubic Bézier — two control points. Tentacles and sweeping fins.
Properties
control1
readonlycontrol1:Vec2
Defined in: forms/path.ts:117
control2
readonlycontrol2:Vec2
Defined in: forms/path.ts:118
kind
readonlykind:"cubic"
Defined in: forms/path.ts:116
to
readonlyto:Vec2
Defined in: forms/path.ts:119
