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.
See Implementation
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.