adaptivePositions

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

Recursively subdivides linear Segment2Ds to approximate Bézier curves.

Works similar to adaptivePositionsAndCorners but it only returns the positions without the corners.