sampleEquidistantWithT
fun <T : LinearType<T>, EuclideanVector<T>> sampleEquidistantWithT(segments: List<Pair<T, Double>>, count: Int): List<Pair<T, Double>>
Content copied to clipboard
Returns specified amount of points of equal distance from each other.