Function ringraphics::path::ellipse[][src]

pub fn ellipse<T, U>(center: U, w: T, h: T) -> Path2D<T, U> where
    T: Real + NumCast,
    U: FloatVec<T> + Copy + Neg<Output = U>,