Ellipse
open class Ellipse(val center: Point, val width: Expression, val height: Expression) : FigureInstruction
Instruction that draws an ellipse with a given width, height, and center.
Parameters
center
The center Point of the ellipse.
width
An Expression representing the width of the ellipse.
height
An Expression representing the height of the ellipse.