Function rectangle

Source
pub fn rectangle<P>(
    center: &P,
    width: Positive,
    height: Positive,
) -> PointCloud2D<P>
where P: IsBuildable2D,
Expand description

Creates a 2D rectangle from given center width and height