Type Definition nalgebra_glm::TVec[][src]

type TVec<N, R> = VectorN<N, R>;

A column vector with components of type N. It has D rows (and one column).

See also: