Function parry3d::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.