Contents:
Bases: object
object
Represents a point in 2D space with x and y coordinates.
X-coordinate of the point.
float
Y-coordinate of the point.
Methods
Initialize a Coordinate.
x (float) – X-coordinate.
y (float) – Y-coordinate.
Return a human-readable string representation of the coordinate.
Formatted as ‘x = {x}, y = {y}’.
str