gtVector6
template<typename Type> class

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

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

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


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


Синонимы
using v6f = gtVector6<f32>;
using v6i = gtVector6<s32>;
using v6u = gtVector6<u32>;