For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/classes/LinearSpline.md.

Class: LinearSpline

Beta

在点之间线性插值的样条线。

A spline that linearly interpolates between points.

Constructors

Constructor

new LinearSpline(): LinearSpline

Beta

Returns

LinearSpline

Properties

controlPoints

controlPoints: Vector3[]

World Mutation Beta

Remarks

线性样条线的控制点。

Control points for the Linear spline.