Curve InsertControlPoint Method BigBangProductions Easy Curves
Inserts a control point after the given control point and before the next control point (in the middle)

Namespace: BigBangProductions.CurveRuntime.Splines
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ControlPoint InsertControlPoint(
	ControlPoint cpBefore
)

Return Value

Type: ControlPoint
the inserted control point
See Also