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