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