Trait rtbvh::BuildAlgorithm[][src]

pub trait BuildAlgorithm {
    fn build(self) -> Bvh;
}

Required methods

Implementors