[src]

Trait ncollide2df64::bounding_volume::HasBoundingVolume

pub trait HasBoundingVolume<BV: BoundingVolume> {
    fn bounding_volume(&self) -> BV;
}

Traits of objects having a bounding volume.

Required Methods

fn bounding_volume(&self) -> BV

The object bounding volume.

Implementors