Bounds

Trait Bounds 

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

Required Methods§

Source

fn bounds(&self) -> Aabb<E>

Implementors§

Source§

impl Bounds for Bvh

Source§

impl Bounds for Mbvh

Source§

impl<E: Debug + Copy> Bounds<E> for Aabb<E>