Matrix2

Type Alias Matrix2 

Source
pub type Matrix2 = Mat2;
Expand description

A 2x2 matrix type for use in any dimension context.

Aliased Typeยง

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