Trait rtbvh::Primitive[][src]

pub trait Primitive<AabbType: Debug + Copy + Send + Sync = i32>: Debug + Send + Sync {
    fn center(&self) -> Vec3;
fn aabb(&self) -> Aabb<AabbType>; }

Required methods

Implementors