[][src]Type Definition nalgebra_glm::TMat

type TMat<N, R, C> = MatrixMN<N, R, C>;

A matrix with components of type N. It has R rows, and C columns.

In this library, vectors, represented as TVec and friends, are also matrices. Operations that operate on a matrix will also work on a vector.

See also: