Click or drag to resize

BezierCurve2DApproximateLength Method

Overload List
  NameDescription
Public methodApproximateLength(Int32)
Approximates the length of the bezier curve by subdividing the curve into the specified number of linear segments and summing the Euclidean distances.
Public methodApproximateLength(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.
Top
See Also