Searched defs:Vector4 (Results 1 – 2 of 2) sorted by relevance
104 Vector4<T>::Vector4() in Vector4() function110 Vector4<T>::Vector4(T value) in Vector4() function119 Vector4<T>::Vector4(const Vector4<T>& value) in Vector4() function127 Vector4<T>::Vector4(T x, T y, T z, T w) in Vector4() function136 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