ControlPoint Constructor BigBangProductions Easy Curves
Creates a new control point with the given position

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

public ControlPoint(
	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
See Also