Skip to main content

Mat2U

Type Alias Mat2U 

Source
pub type Mat2U<T> = Matrix<2, T, Unaligned>;
Expand description

A 2x2 column major matrix.

§No SIMD Alignment

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

Aliased Type§

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