getNumPoints method

int getNumPoints()

Implementation

int getNumPoints() {
  return pts.length;
}