parry3d::transformation::utils

Function 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.