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