BezierCurveQuadric.CalculateLength(Single) Method

Definition

Calculates the length of this bezier curve.

public float CalculateLength (float precision);
member this.CalculateLength : single -> single

Parameters

precision
Single

The precision.

Returns

Length of curve.

Remarks

The precision gets better when the precision value gets smaller.

Applies to