adaptivePositions

open fun adaptivePositions(distanceTolerance: Double = 0.5): List<T>(source)

Recursively subdivides Segment2D to approximate Bézier curve.

Parameters

distanceTolerance

The square of the maximal distance of each point from curve.