Type Definition lowdim::BBox3d[][src]

pub type BBox3d<S = i64> = BBox<S, Vec3d<S>>;
Expand description

A 3d bounding box.