Skip to main content

Mat2

Type Alias Mat2 

Source
pub type Mat2<T> = Matrix<2, T, Aligned>;
Expand description

A 2x2 column major matrix.

§SIMD Alignment

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

Aliased Type§

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