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