Function parry3d_f64::transformation::utils::push_arc_idx

source ยท
pub fn push_arc_idx(
    start: u32,
    arc: Range<u32>,
    end: u32,
    out: &mut Vec<[u32; 2]>
)
Expand description

Pushes the index buffer for an arc between start and end and intermediate points in the range arc.