Function heron::rapier_plugin::rapier::ncollide::procedural::utils::push_xy_arc[][src]

pub fn push_xy_arc<N>(
    radius: N,
    nsubdiv: u32,
    dtheta: N,
    out: &mut Vec<Point<N, U3>, Global>
) 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.