Home
API: forms

Interface: CubicSegment

lifecycle-kit

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

readonly control1: Vec2

Defined in: forms/path.ts:117


control2

readonly control2: Vec2

Defined in: forms/path.ts:118


kind

readonly kind: "cubic"

Defined in: forms/path.ts:116


to

readonly to: Vec2

Defined in: forms/path.ts:119