Type Definition nalgebra::base::Matrix5x2 [−][src]
type Matrix5x2<N> = MatrixMN<N, U5, U2>;
A stack-allocated, column-major, 5x2 matrix.
type Matrix5x2<N> = MatrixMN<N, U5, U2>;
A stack-allocated, column-major, 5x2 matrix.