Module pixel_game_lib::mat
source · Expand description
Re-export vek types. Matrix types.
Modules
- Matrix types which use
#[repr(C)]
vectors exclusively. - Matrix types which use a
#[repr(C)]
vector of#[repr(simd)]
vectors.
Structs
- 2x2 matrix.
- 3x3 matrix.
- 4x4 matrix.