Type Definition nalgebra_glm::TVec

source ·
pub type TVec<T, const R: usize> = SVector<T, R>;
Expand description

A column vector with components of type T. 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: