Type Definition grid_tree::OctreeI32

source · []
pub type OctreeI32<T> = Tree<IVec3, OctreeShapeI32, T, 8>;
Expand description

The default octree with i32 coordinates.

Implementations