Trait HasBoundingBox3D

Source
pub trait HasBoundingBox3D: HasBoundingBox3DMaybe {
    // Required method
    fn bounding_box(&self) -> BoundingBox3D;
}
Expand description

HasBoundingBox3D is a trait for types which have a bounding box

Required Methods§

Source

fn bounding_box(&self) -> BoundingBox3D

Should return the bounding box

Implementors§