Function arc

Source
pub fn arc<P>(
    center: &P,
    n_points: usize,
    diameter: Positive,
    start: Rad,
    end: Rad,
) -> PointCloud2D<P>
where P: IsBuildable2D,
Expand description

Creates an arc with the given center, diameter, resolution and start and end angles in radians