pub type QuadtreeShapeI32 = ConstPow2Shape2i32<1, 1>;
Expand description

A BranchShape for signed quadtrees.

Trait Implementations

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