getSubpathsFromPoints method

List<SubPath> getSubpathsFromPoints(
  1. List<Vector3> points
)

Implementation

List<SubPath> getSubpathsFromPoints(List<Vector3> points) =>
    _getSubpathsFromPoints(
        points, (n) => !considerPointsEquals(points[n - 1], points[n]));