Skip to main content

Matrix2

Type Alias Matrix2 

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

2×2 matrix.

Aliased Type§

pub struct Matrix2<T> { /* private fields */ }