Skip to main content

Function: drawSingleEllipse()

function drawSingleEllipse(majorRadius, minorRadius): Drawing;

Defined in: draw.ts:303

Creates the Drawing of an ellipse as one single curve.

The ellipse is centered on [0, 0], with axes aligned with the coordinates.

Parameters

majorRadius

number

minorRadius

number

Returns

Drawing