|
bazar
1.3.1
|
This is the complete list of members for Vec3, including all inherited members.
| add(const Vec3 &a) | Vec3 | inline |
| dot(const Vec3 &a) | Vec3 | inline |
| mul(double scalar) | Vec3 | inline |
| norm() const | Vec3 | inline |
| normalize() | Vec3 | inline |
| operator=(const Vec3 &a) | Vec3 | inline |
| operator[](int i) | Vec3 | inline |
| operator[](int i) const | Vec3 | inline |
| set(double x, double y, double z) | Vec3 | inline |
| set(double *a) | Vec3 | inline |
| setAdd(const Vec3 &a, const Vec3 &b) | Vec3 | inline |
| setCross(const Vec3 &a, const Vec3 &b) | Vec3 | inline |
| setMul(const Mat3x4 &mat, const Vec3 &v) | Vec3 | |
| setSub(const Vec3 &a, const Vec3 &b) | Vec3 | inline |
| sub(const Vec3 &a) | Vec3 | inline |
| v | Vec3 | |
| Vec3() | Vec3 | inline |
| Vec3(const double p[3]) | Vec3 | inline |
| Vec3(double x, double y, double z) | Vec3 | inline |
1.8.1.2