Module ilattice::prelude[][src]

Re-exports

pub use super::extent::*;
pub use super::vector::*;
pub use super::morton::*;

Macros

Creates a IVec2 that can be used to initialize a constant value.

Creates a IVec3 that can be used to initialize a constant value.

Creates a UVec2 that can be used to initialize a constant value.

Creates a UVec3 that can be used to initialize a constant value.

Creates a Vec2 that can be used to initialize a constant value.

Creates a Vec3 that can be used to initialize a constant value.

Structs

A 2-dimensional vector.

A 3-dimensional vector.

A 2-dimensional vector.

A 3-dimensional vector.

A 2-dimensional vector.

A 3-dimensional vector with SIMD support.