Type Definition nalgebra_glm::TVec

source ·
pub type TVec<N, R> = VectorN<N, R>;
Expand description

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

In this library, vectors are represented as a single column matrix, so operations on TMat are also valid on vectors.

See also: