getPoints method

List<Vector3> getPoints()

Implementation

List<Vector3> getPoints() {
  return [...points];
}