[][src]Type Definition nalgebra::base::Matrix4x2

type Matrix4x2<N> = MatrixMN<N, U4, U2>;

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