ncollide3d::procedural::utils

Function push_ring_indices

Source
pub fn push_ring_indices(
    base_lower_circle: u32,
    base_upper_circle: u32,
    nsubdiv: u32,
    out: &mut Vec<Point<u32>>,
)
Expand description

Creates the faces from two circles with the same discretization.