Curve

Curve constructor

初始化Curve类.

public Curve(float[] positionArray)
范围类型描述
positionArraySingle[]曲线控制点的位置数组。应该有四个 个控制点,所以数组的长度应该是八。

也可以看看