appendPoints method

void appendPoints(
  1. List<Vector3> pts
)

Implementation

void appendPoints(List<Vector3> pts) {
  points.addAll(pts);
}