addSubpath method

void addSubpath(
  1. List<Vector3> points
)

Implementation

void addSubpath(List<Vector3> points) => appendPoints(points);