getInvalidPoint method

Coordinate? getInvalidPoint()

@return the intersection point, or null if none was found

Implementation

Coordinate? getInvalidPoint() {
  return invalidPoint;
}