setPoints method

void setPoints(
  1. List<Vector3> points
)

Implementation

void setPoints(List<Vector3> points) {
  this.points = points;
}