Tests whether a point lies inside a circle.
def TestPointInCircle( inPoint: Point2D, inCircle: Circle2D, / ) -> outIsContained: bool