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