pub fn ellipse<P>(
center: &P,
n_points: usize,
ap: Positive,
bp: Positive,
) -> PointCloud2D<P>where
P: IsBuildable2D,
Expand description
Creates an ellipse with the given center, a, b and resolution
pub fn ellipse<P>(
center: &P,
n_points: usize,
ap: Positive,
bp: Positive,
) -> PointCloud2D<P>where
P: IsBuildable2D,
Creates an ellipse with the given center, a, b and resolution