calculate_reflected_point

calculate_reflected_point(point) -> 

Calculates the reflection point of a given point about the line y=x.

Parameters:
NameDescription
pointA dictionary representing the coordinates of the point.

The dictionary should have keys ‘x’ and ‘y’ representing the x and y coordinates respectively.