Function parry3d_f64::transformation::utils::push_circle

source ยท
pub fn push_circle(
    radius: Real,
    nsubdiv: u32,
    dtheta: Real,
    y: Real,
    out: &mut Vec<Point<Real>>
)
Expand description

Pushes a discretized counterclockwise circle to a buffer.