Curve AddControlPoint Method BigBangProductions Easy Curves
Adds a control point at the end of the curve

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

public ControlPoint AddControlPoint(
	Vector3 position,
	Quaternion rotation
)

Parameters

position
Type: Vector3
The position of the new control point
rotation
Type: Quaternion
The rotation of the new control point (used for twisting the curve)

Return Value

Type: ControlPoint
the resulting control point
See Also