gtVector8
template<typename Type> class

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

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

Конструкторы
gtVector8( Type X, Type Y, Type Z, Type W, Type A, Type B, Type C, Type D )


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


Синонимы
using v8f = gtVector8<f32>;
using v8i = gtVector8<s32>;
using v8u = gtVector8<u32>;