containsPoint method

bool containsPoint()

Reports whether it can be concluded that a corner point of the rectangle is contained in the geometry, or whether further testing is required.

@return true if a corner point is contained or false if no conclusion about intersection can be made

Implementation

bool containsPoint() {
  return _containsPoint;
}