Type Alias OctreeI32

Source
pub type OctreeI32<T> = Tree<IVec3, OctreeShapeI32, T, 8>;
Expand description

The default octree with i32 coordinates.

Aliased Type§

pub struct OctreeI32<T> { /* private fields */ }

Implementations§

Source§

impl<T> OctreeI32<T>

Source

pub fn new(height: Level) -> Self