Function lowdim::bb3d[][src]

pub fn bb3d<S, RX, RY, RZ>(rx: RX, ry: RY, rz: RZ) -> BBox3d<S> where
    S: Integer,
    RX: RangeBounds<S>,
    RY: RangeBounds<S>,
    RZ: RangeBounds<S>, 
Expand description

Creates a 3d bounding box from ranges of x, y and z coordinates.