Type Alias OctreeU32

Source
pub type OctreeU32<T> = Tree<UVec3, OctreeShapeU32, T, 8>;
Expand description

The default octree with u32 coordinates.

Aliased Type§

struct OctreeU32<T> { /* private fields */ }

Implementations§

Source§

impl<T> OctreeU32<T>

Source

pub fn new(height: Level) -> Self