pub type QuadtreeU32<T> = Tree<UVec2, QuadtreeShapeU32, T, 4>;
Expand description
The default quadtree with u32
coordinates.
Aliased Type§
pub struct QuadtreeU32<T> { /* private fields */ }
pub type QuadtreeU32<T> = Tree<UVec2, QuadtreeShapeU32, T, 4>;
The default quadtree with u32
coordinates.
pub struct QuadtreeU32<T> { /* private fields */ }