getProperIntersectionPoint method

Coordinate? getProperIntersectionPoint()

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

Implementation

Coordinate? getProperIntersectionPoint() {
  return _properIntersectionPoint;
}