Type Definition nalgebra::base::Matrix3x4

source ·
pub type Matrix3x4<N> = MatrixMN<N, U3, U4>;
Expand description

A stack-allocated, column-major, 3x4 matrix.