[][src]Function oxygengine_physics_2d::prelude::ncollide2d::procedural::utils::push_xy_arc

pub fn push_xy_arc<N>(
    radius: N,
    nsubdiv: u32,
    dtheta: N,
    out: &mut Vec<Point<N, U2>>
) where
    N: RealField

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