Click or drag to resize

CurveLengthParameter Method

Overload List
  NameDescription
Public methodLengthParameter(Double, Double)
Gets the parameter along the curve which coincides with a given length along the curve. A fractional tolerance of 1e-8 is used in this version of the function.
Public methodLengthParameter(Double, Double, Interval)
Gets the parameter along the curve which coincides with a given length along the curve. A fractional tolerance of 1e-8 is used in this version of the function.
Public methodLengthParameter(Double, Double, Double)
Gets the parameter along the curve which coincides with a given length along the curve.
Public methodLengthParameter(Double, Double, Double, Interval)
Gets the parameter along the curve which coincides with a given length along the curve.
Top
See Also