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

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