Type Definition nalgebra::core::Matrix5
[−]
[src]
type Matrix5<N> = MatrixN<N, U5>;
A stack-allocated, column-major, 5x5 square matrix.
type Matrix5<N> = MatrixN<N, U5>;
A stack-allocated, column-major, 5x5 square matrix.