Skip to main content

Mat4U

Type Alias Mat4U 

Source
pub type Mat4U<T> = Matrix<4, T, Unaligned>;
Expand description

A 4x4 column major matrix.

§No SIMD Alignment

This type is not SIMD-aligned and has the memory layout of [T; 16].

Aliased Type§

pub struct Mat4U<T>(/* private fields */);