Type Definition grid_tree::QuadtreeU32
source · [−]pub type QuadtreeU32<T> = Tree<UVec2, QuadtreeShapeU32, T, 4>;Expand description
The default quadtree with u32 coordinates.
pub type QuadtreeU32<T> = Tree<UVec2, QuadtreeShapeU32, T, 4>;The default quadtree with u32 coordinates.