Type Definition nalgebra::base::Matrix4x5

source ·
pub type Matrix4x5<N> = MatrixMN<N, U4, U5>;
Expand description

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