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>;
|