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

pub fn push_circle<N>(
    radius: N,
    nsubdiv: u32,
    dtheta: N,
    y: N,
    out: &mut Vec<Point<N, U3>, Global>
) where
    N: RealField

Pushes a discretized counterclockwise circle to a buffer.