Skip to main content

Mat3U

Type Alias Mat3U 

Source
pub type Mat3U<T> = Matrix<3, T, Unaligned>;
Expand description

A 3x3 column major matrix.

§No SIMD Alignment

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

Aliased Type§

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