Function: drawEllipse()
function drawEllipse(majorRadius, minorRadius): Drawing;
Defined in: packages/replicad/src/draw.ts:409
Creates the Drawing of an ellipse.
The ellipse is centered on [0, 0], with axes aligned with the coordinates.
Parameters
majorRadius
number
minorRadius
number