Type Definition grid_tree::OctreeShapeU32

source · []
pub type OctreeShapeU32 = ConstPow2Shape3u32<1, 1, 1>;
Expand description

A BranchShape for unsigned octrees.

Trait Implementations

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