Trait parry3d_f64::partitioning::QbvhStorage
source · pub trait QbvhStorage<LeafData> {
type Nodes: Array1<QbvhNode>;
type ArrayU32: Array1<u32>;
type ArrayProxies: Array1<QbvhProxy<LeafData>>;
}
Expand description
Trait describing all the types needed for storing a Qbvh’s data.
Required Associated Types§
sourcetype ArrayProxies: Array1<QbvhProxy<LeafData>>
type ArrayProxies: Array1<QbvhProxy<LeafData>>
Type of the array containing the Qbvh leaves.