[]Type Definition rusty_engine::prelude::glm::TVec

type TVec<N, R> = Matrix<N, R, U1, <DefaultAllocator as Allocator<N, R, U1>>::Buffer>;

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: