a | Vector4< T > | |
b | Vector4< T > | |
g | Vector4< T > | |
length() const | Vector4< T > | [inline] |
lengthSq() const | Vector4< T > | [inline] |
lerp(T fact, const Vector4< T > &r) const | Vector4< T > | [inline] |
normalize() | Vector4< T > | [inline] |
operator *(const Vector4< T > rhs) const | Vector4< T > | [inline] |
operator *(T rhs) const | Vector4< T > | [inline] |
operator *=(const Vector4< T > &rhs) | Vector4< T > | [inline] |
operator *=(T rhs) | Vector4< T > | [inline] |
operator const T *() const | Vector4< T > | [inline] |
operator T *() | Vector4< T > | [inline] |
operator!=(const Vector4< T > &rhs) const | Vector4< T > | [inline] |
operator+(const Vector4< T > &rhs) const | Vector4< T > | [inline] |
operator+(T rhs) const | Vector4< T > | [inline] |
operator+=(const Vector4< T > &rhs) | Vector4< T > | [inline] |
operator+=(T rhs) | Vector4< T > | [inline] |
operator-(const Vector4< T > &rhs) const | Vector4< T > | [inline] |
operator-(T rhs) const | Vector4< T > | [inline] |
operator-=(const Vector4< T > &rhs) | Vector4< T > | [inline] |
operator-=(T rhs) | Vector4< T > | [inline] |
operator/(const Vector4< T > &rhs) const | Vector4< T > | [inline] |
operator/(T rhs) const | Vector4< T > | [inline] |
operator/=(const Vector4< T > &rhs) | Vector4< T > | [inline] |
operator/=(T rhs) | Vector4< T > | [inline] |
operator<<(std::ostream &lhs, const Vector4< T > &rhs) | Vector4< T > | [friend] |
operator=(const Vector4< T > &rhs) | Vector4< T > | [inline] |
operator==(const Vector4< T > &rhs) const | Vector4< T > | [inline] |
operator[](int n) | Vector4< T > | [inline] |
r | Vector4< T > | |
Vector4() | Vector4< T > | [inline] |
Vector4(T nx, T ny, T nz, T nw) | Vector4< T > | [inline] |
w | Vector4< T > | |
y | Vector4< T > | |
z | Vector4< T > |