Trait descartes::HasBoundingBox[][src]

pub trait HasBoundingBox {
    fn bounding_box(&self) -> BoundingBox;
}

Required Methods

Implementors