Type Definition grid_tree::OctreeU32

source · []
pub type OctreeU32<T> = Tree<UVec3, OctreeShapeU32, T, 8>;
Expand description

The default octree with u32 coordinates.

Implementations