vmath
vmath-0.13
|
This is the complete list of members for Vector3< T >, including all inherited members.
b | Vector3< T > | |
crossProduct(const Vector3< T > &rhs) const | Vector3< T > | inline |
dotProduct(const Vector3< T > &rhs) const | Vector3< T > | inline |
g | Vector3< T > | |
length() const | Vector3< T > | inline |
lengthSq() const | Vector3< T > | inline |
lerp(T fact, const Vector3< T > &r) const | Vector3< T > | inline |
normalize() | Vector3< T > | inline |
operator const T *() const | Vector3< T > | inline |
operator T*() | Vector3< T > | inline |
operator!=(const Vector3< T > &rhs) const | Vector3< T > | inline |
operator*(const Vector3< T > &rhs) const | Vector3< T > | inline |
operator*(T rhs) const | Vector3< T > | inline |
operator*=(const Vector3< T > &rhs) | Vector3< T > | inline |
operator*=(T rhs) | Vector3< T > | inline |
operator+(const Vector3< T > &rhs) const | Vector3< T > | inline |
operator+(T rhs) const | Vector3< T > | inline |
operator+=(const Vector3< T > &rhs) | Vector3< T > | inline |
operator+=(T rhs) | Vector3< T > | inline |
operator-(const Vector3< T > &rhs) const | Vector3< T > | inline |
operator-(T rhs) const | Vector3< T > | inline |
operator-() const | Vector3< T > | inline |
operator-=(const Vector3< T > &rhs) | Vector3< T > | inline |
operator-=(T rhs) | Vector3< T > | inline |
operator/(const Vector3< T > &rhs) const | Vector3< T > | inline |
operator/(T rhs) const | Vector3< T > | inline |
operator/=(const Vector3< T > &rhs) | Vector3< T > | inline |
operator/=(T rhs) | Vector3< T > | inline |
operator<<(std::ostream &lhs, const Vector3< T > rhs) | Vector3< T > | friend |
operator=(const Vector3< T > &rhs) | Vector3< T > | inline |
operator=(const Vector3< FromT > &rhs) | Vector3< T > | inline |
operator==(const Vector3< T > &rhs) const | Vector3< T > | inline |
operator[](int n) | Vector3< T > | inline |
operator[](int n) const | Vector3< T > | inline |
r | Vector3< T > | |
rotate(T ax, T ay, T az) | Vector3< T > | inline |
s | Vector3< T > | |
t | Vector3< T > | |
toString() const | Vector3< T > | inline |
u | Vector3< T > | |
Vector3() | Vector3< T > | inline |
Vector3(T nx, T ny, T nz) | Vector3< T > | inline |
Vector3(const Vector3< T > &src) | Vector3< T > | inline |
Vector3(const Vector3< FromT > &src) | Vector3< T > | inline |
x | Vector3< T > | |
y | Vector3< T > | |
z | Vector3< T > |