sampleEquidistant
fun <T : LinearType<T>, EuclideanVector<T>> sampleEquidistant(segments: List<T>, count: Int): List<T>(source)
Returns specified amount of points of equal distance from each other.
Returns specified amount of points of equal distance from each other.