Type Alias Matrix2

Source
pub type Matrix2 = Mat2;
Expand description

A 2x2 column major matrix.

SIMD vector types are used for storage on supported platforms.

This type is 16 byte aligned.

Aliased Typeยง

pub struct Matrix2(/* private fields */);