pointAtLength

open fun pointAtLength(length: Double, distanceTolerance: Double): T(source)

Calculates the point at a given distance along this Segment2D.

Parameters

length

the distance along the Segment2D.

distanceTolerance

the tolerance used for simplifying the Segment2D, lower values result in more accurate results, but slower calculation.

See also