Skip to main content

Mat4

Type Alias Mat4 

Source
pub type Mat4<T> = Matrix<4, T, Aligned>;
Expand description

A 4x4 column major matrix.

§SIMD Alignment

This type may be SIMD-aligned depending on the target architecture.

Aliased Type§

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