inverse_point_through_circle# inverse_point_through_circle(circle, point)# Perform inversion of a point with respect to a circle. Parameters: circle – A Circle with center C and radius r. point – Point P to invert (complex). Returns: The inverse point P’ such that |CP| * |CP'| = r^2.