A dataclass representing a point in 2D space.

Properties

x
float
The x coordinate of the point.
y
float
The y coordinate of the point.