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