Curve.Curve

Curve constructor

Initializes a new instance of the Curve class.

public Curve(float[] positionArray)
ParameterTypeDescription
positionArraySingle[]The position array of the control points of the curve.There should be four control points,so the length of the array should be eight.

See Also