Type Definition nalgebra::core::Matrix1
[−]
[src]
type Matrix1<N> = MatrixN<N, U1>;
A stack-allocated, column-major, 1x1 square matrix.
type Matrix1<N> = MatrixN<N, U1>;
A stack-allocated, column-major, 1x1 square matrix.