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

type Matrix2x3<N> = MatrixMN<N, U2, U3>;

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