Astroid

Astroid shape specification (star-like with curved indentations)

Constructor

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

Properties

x
X position (from pos.x)
y
Y position (from pos.y)