Type Definition nalgebra::base::Matrix2x3

source ·
pub type Matrix2x3<N> = MatrixMN<N, U2, U3>;
Expand description

A stack-allocated, column-major, 2x3 matrix.