|
vmath
vmath-0.11
|
This is the complete list of members for Vector4< T >, including all inherited members.
| 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 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-() 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< FromT > &rhs) | Vector4< T > | inline |
| operator==(const Vector4< T > &rhs) const | Vector4< T > | inline |
| operator[](int n) | Vector4< T > | inline |
| operator[](int n) const | Vector4< T > | inline |
| r | Vector4< T > | |
| toString() const | Vector4< T > | inline |
| Vector4() | Vector4< T > | inline |
| Vector4(T nx, T ny, T nz, T nw) | Vector4< T > | inline |
| Vector4(const Vector4< T > &src) | Vector4< T > | inline |
| Vector4(const Vector4< FromT > &src) | Vector4< T > | inline |
| Vector4(const Vector3< T > &src, T w) | Vector4< T > | inline |
| Vector4(const Vector3< FromT > &src, FromT w) | Vector4< T > | inline |
| w | Vector4< T > | |
| x | Vector4< T > | |
| xyz() const | Vector4< T > | inline |
| y | Vector4< T > | |
| z | Vector4< T > |