Number of control vertices in this curve
Dimension of Bezier
Gets a value indicating whether or not the curve is rational. Rational curves have control-points with custom weights.
Tests an object to see if it is valid.
true if successful. false if desired_dimension < 1
Change dimension of bezier.
Evaluation parameter.
Curvature vector of the curve at the parameter t.
Evaluate the curvature vector at a curve parameter.
true if successful. false if desiredDegree < current degree.
Increase degree of bezier
true if successful
Make bezier non-rational
Make bezier rational
Point (location of curve at the parameter t).
Evaluates point at a curve parameter.
parameter must satisfy 0 < t < 1
true on success
Divides the Bezier curve at the specified parameter.
Unit tangent vector of the curve at the parameter t.
Evaluates the unit tangent vector at a curve parameter.
NURBS representation of the curve on success, null on failure.
Constructs a NURBS curve representation of this curve.
Number of control vertices in this curve