gtVector5
template<typename Type> class

5 компонентный вектор.

Открытые члены
Type x, y, z, w, a;

Конструкторы
gtVector5( Type X, Type Y, Type Z, Type W, Type A )


Методы
gtVector5::getComponent
Type getComponent(u32 index)
Получить компонент по индексу.


Синонимы
using v5f = gtVector5<f32>;
using v5i = gtVector5<s32>;
using v5u = gtVector5<u32>;