Function gecl::ellipse

source ·
pub fn ellipse<T>(
    center: impl Into<Point<T>>,
    radius: impl Into<Vector<T>>
) -> Ellipse<T>