startNewPath method

void startNewPath(
  1. Vector3 pt
)

Implementation

void startNewPath(Vector3 pt) {
  return appendPoints([pt]);
}