Type Definition nalgebra::base::Matrix2x4

source ·
pub type Matrix2x4<N> = MatrixMN<N, U2, U4>;
Expand description

A stack-allocated, column-major, 2x4 matrix.