Function ringraphics::path::regular_poly[][src]

pub fn regular_poly<T, U>(center: U, r: T, sides: u32) -> Path2D<T, U> where
    T: Real + Float,
    u32: SubsetOf<T>,
    U: FloatVec<T> + Copy + Clone + Neg<Output = U>,
    <U as InnerSpace>::Real: From<T>,