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

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

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