[][src]Trait rtbvh::aabb::Bounds

pub trait Bounds {
    pub fn bounds(&self) -> AABB;
}

Required methods

pub fn bounds(&self) -> AABB[src]

Loading content...

Implementors

impl Bounds for BVH[src]

impl Bounds for MBVH[src]

Loading content...