getIntersectionNum method

int getIntersectionNum()

Returns the number of intersection points found. This will be either 0, 1 or 2.

@return the number of intersection points found (0, 1, or 2)

Implementation

int getIntersectionNum() {
  return result;
}