TrinityCore
|
This is the complete list of members for Vec3D, including all inherited members.
length() const | Vec3D | inline |
lengthSquared() const | Vec3D | inline |
normalize() | Vec3D | inline |
operator float *() | Vec3D | inline |
operator%(const Vec3D &v) const | Vec3D | inline |
operator*(const Vec3D &v) const | Vec3D | inline |
operator*(float d) const | Vec3D | inline |
operator*(float d, const Vec3D &v) | Vec3D | friend |
operator*=(float d) | Vec3D | inline |
operator+(const Vec3D &v) const | Vec3D | inline |
operator+=(const Vec3D &v) | Vec3D | inline |
operator-(const Vec3D &v) const | Vec3D | inline |
operator-=(const Vec3D &v) | Vec3D | inline |
operator<<(std::ostream &out, const Vec3D &v) | Vec3D | friend |
operator=(const Vec3D &v) | Vec3D | inline |
operator>>(std::istream &in, Vec3D &v) | Vec3D | friend |
operator~() const | Vec3D | inline |
Vec3D(float x0=0.0f, float y0=0.0f, float z0=0.0f) | Vec3D | inline |
Vec3D(const Vec3D &v) | Vec3D | inline |
x | Vec3D | |
y | Vec3D | |
z | Vec3D |