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