Inserts a control point after the given control point and before the next control point (in the middle)
Namespace: BigBangProductions.CurveRuntime.SplinesAssembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- cpBefore
- Type: BigBangProductions.CurveRuntime.Splines ControlPoint
The control point before the new control point
Return Value
Type: ControlPointthe inserted control point
See Also