pub type QuadtreeShapeU32 = ConstPow2Shape2u32<1, 1>;
Expand description

A BranchShape for unsigned quadtrees.

Trait Implementations

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