Trait rfw::prelude::bvh::Bounds[]

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

Required methods

Implementors