Tests whether a point lies in a box.
def TestPointInBox( inPoint: Point2D, inBox: Box, / ) -> outIsContained: bool