Skip to main content

Matrix2x6

Type Alias Matrix2x6 

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

2×6 matrix.

Aliased Type§

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