Trait rtbvh::Bounds[][src]

pub trait Bounds<E: Debug + Copy = i32> {
    fn bounds(&self) -> Aabb<E>;
}

Required methods

Implementors