gtVector7
template<typename Type> class

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

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

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


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


Синонимы
using v7f = gtVector7<f32>;
using v7i = gtVector7<s32>;
using v7u = gtVector7<u32>;