Function involut_circle

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

Creates a involut circle with the given center, diameter, resolution and start and end angles in radians