returns true if rectangle (defined by minX, maxX, minY, maxY) contains the X Y point
Compute whether the bounding boxes are disjoint *
Compute whether the given x, y point is in a triangle; uses the winding order method
Compute whether the first bounding box 1 is within the second bounding box *