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§
Sourcefn bounding_box(&self) -> BoundingBox3D
fn bounding_box(&self) -> BoundingBox3D
Should return the bounding box