Edit

LinearSpline Class

A spline that linearly interpolates between points.

Properties

controlPoints

controlPoints: Vector3[];

Control points for the Linear spline.

Type: Vector3[]

Notes:

  • This property can't be edited in restricted-execution mode.

Methods

constructor

new LinearSpline()

Returns LinearSpline