P4

Description

Name

class Tinman.Curve.P4

Derived from

Curve

A curve hat interpolates through a sequence of 4D control points.

Fields / Required

points

Type

Vec4[]

Constraint

# != null

The control points of the curve.

Fields / Optional

continuity

Type

Continuity

Default

Continuity.Tangent

The desired continuity of the curve.

Fields / External

length

Type

number

The length of the curve, treating control points as 3D points.