Trait rtbvh::Bounds[][src]

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

Required methods

fn bounds(&self) -> Aabb<E>[src]

Loading content...

Implementors

impl Bounds<i32> for Bvh[src]

impl Bounds<i32> for Mbvh[src]

impl<E: Debug + Copy> Bounds<E> for Aabb<E>[src]

Loading content...