Type Definition nalgebra::base::Matrix4x5 [−][src]
type Matrix4x5<N> = MatrixMN<N, U4, U5>;
A stack-allocated, column-major, 4x5 matrix.
type Matrix4x5<N> = MatrixMN<N, U4, U5>;
A stack-allocated, column-major, 4x5 matrix.