Function rust_3d::factory_2d::arc
[−]
[src]
pub fn arc<P>(
center: &P,
n_points: usize,
diameter: Positive,
start: Rad,
end: Rad
) -> PointCloud2D<P> where
P: IsBuildable2D,
Creates an arc with the given center, diameter, resolution and start and end angles in radians