Function rin::graphics::sphere_vertices[][src]

pub fn sphere_vertices<F>(rings: u32, sectors: u32, emit_vertex: F) where
    F: FnMut(Matrix<f32, U3, U1, <DefaultAllocator as Allocator<f32, U3, U1>>::Buffer>, u32, u32),