Trait rfw::prelude::bvh::Primitive[]

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

Required methods

Implementors