Terrace.GetControlPointArray

Returns a pointer to the array of control points on the terrace-forming curve.

@returns A pointer to the array of control points in this noise module.

Two or more control points define the terrace-forming curve. The start of this curve has a slope of zero; its slope then smoothly increases. At the control points, its slope resets to zero.

Before calling this method, call GetControlPointCount() to determine the number of control points in this array.

It is recommended that an application does not store this pointer for later use since the pointer to the array may change if the application calls another method of this object.

class Terrace
const
const(double)[]
GetControlPointArray
()

Meta