Function rin_graphics::path::ellipse[][src]

pub fn ellipse<Point>(
    center: Point,
    w: <Point as NumPnt>::Field,
    h: <Point as NumPnt>::Field
) -> Path2D<Point> where
    Point: FloatPnt + Copy,
    <Point as NumPnt>::Field: RealField + Float + NumCast + Neg + Copy,
    <Point as NumPnt>::Coordinates: Neg<Output = <Point as NumPnt>::Coordinates>, 

Returns a path containing an ellipse