Skip to main content

Matrix6

Type Alias Matrix6 

Source
pub type Matrix6<T> = Matrix<T, 6, 6>;
Expand description

6×6 matrix.

Aliased Type§

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