Type Definition nalgebra::core::Matrix3 [] [src]

type Matrix3<N> = MatrixN<N, U3>;

A stack-allocated, column-major, 3x3 square matrix.