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