pub fn circle<N: RealField + Copy>(diameter: &N, nsubdivs: u32) -> Polyline<N>
Expand description

Creates a circle lying on the (x,y) plane.