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