Type Definition grid_tree::OctreeShapeI32

source · []
pub type OctreeShapeI32 = ConstPow2Shape3i32<1, 1, 1>;
Expand description

A BranchShape for signed octrees.

Trait Implementations

The number of bits to shift each dimension in order to translate coordinates between adjacent Levels.