Trait parry3d::partitioning::QbvhDataGenerator
source · pub trait QbvhDataGenerator<LeafData> {
// Required methods
fn size_hint(&self) -> usize;
fn for_each(&mut self, f: impl FnMut(LeafData, Aabb));
}
Expand description
Trait used for generating the content of the leaves of the Qbvh acceleration structure.
Required Methods§
Object Safety§
This trait is not object safe.