Type Definition vecmat::matrix::Matrix2x3

source · []
pub type Matrix2x3<T> = Matrix<T, 2, 3>;