parry3d::transformation::utils

Function push_circle

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

Pushes a discretized counterclockwise circle to a buffer.