Searched defs:Vector4 (Results 1 – 2 of 2) sorted by relevance
100 Vector4<T>::Vector4() in Vector4() function106 Vector4<T>::Vector4(T value) in Vector4() function115 Vector4<T>::Vector4(T x, T y, T z, T w) in Vector4() function124 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