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