[][src]Function ncollide_procedural::utils::push_circle

pub fn push_circle<N: Real>(
    radius: N,
    nsubdiv: u32,
    dtheta: N,
    y: N,
    out: &mut Vec<Point3<N>>
)

Pushes a discretized counterclockwise circle to a buffer.