Function ncollide_procedural::utils::push_xy_arc [] [src]

pub fn push_xy_arc<N, P>(radius: N, nsubdiv: u32, dtheta: N, out: &mut Vec<P>) where N: Scalar, P: Dim + Orig + Index<usize, Output=N> + IndexMut<usize, Output=N>

Pushes a discretized counterclockwise circle to a buffer. The circle is contained on the plane spanned by the x and y axis.