Node#

class random_shapes.Node(point: Point, angle: float)[source]#

Bases: object

A node point (point + angle) in 2D space.

angle: float#
point: Point#