equidistantPositions

open fun equidistantPositions(pointCount: Int, distanceTolerance: Double = 0.5): List<T>(source)

Samples specified amount of points on the Segment2D.

Parameters

pointCount

The number of points to sample.