Function ringraphics::path::circle[][src]

pub fn circle<T, U>(center: U, r: T) -> Path2D<T, U> where
    T: Real + NumCast,
    U: FloatVec<T> + Copy