Function parry2d_f64::transformation::utils::push_xy_arc
source · pub fn push_xy_arc(
radius: Real,
nsubdiv: u32,
dtheta: Real,
out: &mut Vec<Point<Real>>
)Expand description
Pushes a discretized counterclockwise circle to a buffer.
The circle is contained on the plane spanned by the x and y axis.