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

type Matrix4x5<N> = MatrixMN<N, U4, U5>;

A stack-allocated, column-major, 4x5 square matrix.