Trait ncollide2d::bounding_volume::HasBoundingVolume [] [src]

pub trait HasBoundingVolume<N: Real, BV> {
    fn bounding_volume(&self, m: &Isometry<N>) -> BV;
}

Traits of objects having a bounding volume.

Required Methods

The bounding volume of self transformed by m.

Implementors