Type Definition nalgebra::base::Matrix5

source ·
pub type Matrix5<N> = MatrixN<N, U5>;
Expand description

A stack-allocated, column-major, 5x5 square matrix.