pub type QuadtreeShapeU32 = ConstPow2Shape2u32<1, 1>;
Expand description
A BranchShape
for unsigned quadtrees.
Aliased Type§
struct QuadtreeShapeU32;
Trait Implementations§
Source§impl BranchShape<UVec2> for QuadtreeShapeU32
impl BranchShape<UVec2> for QuadtreeShapeU32
Source§const SHAPE_SHIFTER: UVec2
const SHAPE_SHIFTER: UVec2
The number of bits to shift each dimension in order to translate coordinates between adjacent
Level
s.