ellipse

abstract fun ellipse(width: Double, height: Double): Euclidean2DShape

An ellipse extends in the first and second axis by its width and height.

Return

the shape

Parameters

width

the width

height

the height