Curve.AddControlPoint

Adds a control point to the curve.

@param inputValue The input value stored in the control point. @param outputValue The output value stored in the control point.

@pre No two control points have the same input value.

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

It does not matter which order these points are added.

class Curve
void
AddControlPoint
(
double inputValue
,)

Meta