[][src]Type Definition aljabar::Mat4x4

type Mat4x4<T> = Matrix<T, 4, 4>;

A 4-by-4 square matrix.