calculate_reflected_point
autogen.agentchat.contrib.captainagent.tools.math.calculate_reflected_point.calculate_reflected_point
calculate_reflected_point
Calculates the reflection point of a given point about the line y=x.
Parameters:Name | Description |
---|---|
point | A dictionary representing the coordinates of the point. The dictionary should have keys ‘x’ and ‘y’ representing the x and y coordinates respectively. |