Type Definition nalgebra::base::Matrix1x6 [−][src]
type Matrix1x6<N> = MatrixMN<N, U1, U6>;
A stack-allocated, column-major, 1x6 matrix.
type Matrix1x6<N> = MatrixMN<N, U1, U6>;
A stack-allocated, column-major, 1x6 matrix.