Type Definition nalgebra_glm::TMat[][src]

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

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

See also: