Type Definition nalgebra::base::Matrix4x2

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

A stack-allocated, column-major, 4x2 matrix.