Point#

class random_shapes.Point(x: float, y: float)[source]#

Bases: object

A point in 2D space.

x: float#
y: float#