Type Definition nalgebra::base::Matrix2x3 [−][src]
type Matrix2x3<N> = MatrixMN<N, U2, U3>;
A stack-allocated, column-major, 2x3 matrix.
type Matrix2x3<N> = MatrixMN<N, U2, U3>;
A stack-allocated, column-major, 2x3 matrix.