getNumPoints method

int getNumPoints()

Implementation

int getNumPoints() {
  return points.length;
}