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

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