Boundable

Trait Boundable 

Source
pub trait Boundable {
    // Required method
    fn aabb(&self) -> Aabb;
}
Expand description

A trait for types that can be bounded by an axis-aligned bounding box (AABB). Used in Bvh2/CwBvh validation.

Required Methods§

Source

fn aabb(&self) -> Aabb

Implementors§