Circle

Circular shape specification

Constructor

Circle(
    pos: Point2D = None,
    rotation: float = 0,
    radius: float = 10
) -> None