Function parry3d_f64::transformation::utils::push_filled_circle_indices

source ยท
pub fn push_filled_circle_indices(
    base_circle: u32,
    nsubdiv: u32,
    out: &mut Vec<[u32; 3]>
)
Expand description

Pushes indices so that a circle is filled with triangles. Each triangle will have the base_circle point in common. Pushes nsubdiv - 2 elements to out.