Searched defs:Vector4 (Results 1 – 2 of 2) sorted by relevance
101 Vector4<T>::Vector4() in Vector4() function107 Vector4<T>::Vector4(T value) in Vector4() function116 Vector4<T>::Vector4(T x, T y, T z, T w) in Vector4() function125 Vector4<T>::Vector4(const T* array) in Vector4() function
296 Vector4() : x_(0), y_(0), z_(0), w_(1) {} in Vector4() function298 Vector4(T x, T y, T z, T w) in Vector4() function