Terrace.MakeControlPoints

Creates a number of equally-spaced control points that range from -1 to +1.

@param controlPointCount The number of control points to generate.

@pre The number of control points must be greater than or equal to 2.

@post The previous control points on the terrace-forming curve are deleted.

@throw new ExceptionInvalidParam An invalid parameter was specified; see the preconditions for more information.

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.

class Terrace
void
MakeControlPoints

Meta