Skip to main content

push_circle

Function push_circle 

Source
pub fn push_circle(
    radius: f64,
    nsubdiv: u32,
    dtheta: f64,
    y: f64,
    out: &mut Vec<Point<f64>>,
)
Expand description

Pushes a discretized counterclockwise circle to a buffer.