BezierCurve3DApproximateLength Method |
| Name | Description | |
|---|---|---|
| ApproximateLength(Int32) |
Approximates the length of the bezier curve by subdividing the curve into the specified
number of linear segments and summing the Euclidean distances.
| |
| ApproximateLength(Double, Double, Int32) |
Approximates the length of the bezier curve between from and
to by subdividing the curve interval into the specified number of
linear segments and summing the Euclidean distances.
|