Astroid

Astroid shape specification (star-like with curved indentations)

Constructor

Astroid(
    pos: Point2D = None,
    rotation: float = 0,
    radius: float = 50,
    num_cusps: int = 4,
    curvature: float = 0.7
) -> None