Rectangle

Rectangular shape specification

Constructor

Rectangle(
    pos: Point2D = None,
    rotation: float = 0,
    width: float = 20,
    height: float = 20
) -> None