Struct mc_core::util::Cube [−][src]
Expand description
A generic cube.
Coordinate ordering: Y then Z then X
Fields
data: Vec<T>x_size: usizey_size: usizez_size: usizeImplementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Cube<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Cube<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
