ellipse()
Draws an ellipse at a given center. The center is a solver point —
.center() references it in constraints, so the solve positions the
ellipse; the radii stay fixed literals.
Returns: Ellipse
tip
See the guide for detailed usage examples.
Signatures
ellipse(center: Point2DLike, rx: NumberParam, ry: NumberParam): Ellipse
Draws an ellipse at a given center. The center is a solver point —
.center() references it in constraints, so the solve positions the
ellipse; the radii stay fixed literals.
| Parameter | Type | Description |
|---|---|---|
center | Point2DLike | The center point |
rx | NumberParam | Semi-radius along the plane's X axis |
ry | NumberParam | Semi-radius along the plane's Y axis |