OpenTK.BezierCurveCubic Members

The members of OpenTK.BezierCurveCubic are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Public Fields

EndAnchorVector2. End anchor point.
FirstControlPointVector2. First control point, controls the direction of the curve start.
Parallelfloat. Gets or sets the parallel value.
SecondControlPointVector2. Second control point, controls the direction of the curve end.
StartAnchorVector2. Start anchor point.

Public Methods

CalculateLength(float) : float
Calculates the length of this bezier curve.