Skip to main content

Mat3

Type Alias Mat3 

Source
pub type Mat3<T> = Matrix<3, T, Aligned>;
Expand description

A 3x3 column major matrix.

§SIMD Alignment

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

Aliased Type§

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