|
cryph utilities [subset]
2.0
Subset of the full cryph package of mathematical utilities for points, vectors, and matrices
|
This is the complete list of members for cryph::AffVector, including all inherited members.
| AffVector() | cryph::AffVector | |
| AffVector(const AffVector &v) | cryph::AffVector | |
| AffVector(const AffPoint &p) | cryph::AffVector | |
| AffVector(double Dx, double Dy, double Dz=0.0) | cryph::AffVector | |
| AffVector(const double xyz[]) | cryph::AffVector | |
| AffVector(const float xyz[]) | cryph::AffVector | |
| arbitraryNormal(AffVector &normal) const | cryph::AffVector | |
| assign(double dxx, double dyy, double dzz) | cryph::AffVector | |
| coordinateSystemFromUW(AffVector &U, AffVector &V, AffVector &W) | cryph::AffVector | static |
| coordinateSystemFromVW(AffVector &U, AffVector &V, AffVector &W) | cryph::AffVector | static |
| cross(const AffVector &rhs) const | cryph::AffVector | |
| cross(const AffVector &v1, const AffVector &v2) | cryph::AffVector | static |
| decompose(const AffVector &arbitraryVector, AffVector ¶llel, AffVector &perpendicular) const | cryph::AffVector | |
| dot(const AffVector &rhs) const | cryph::AffVector | inline |
| dot(const AffVector &v1, const AffVector &v2) | cryph::AffVector | inlinestatic |
| dx | cryph::AffVector | |
| dy | cryph::AffVector | |
| dz | cryph::AffVector | |
| length() const | cryph::AffVector | inline |
| lengthSquared() const | cryph::AffVector | inline |
| maxAbsComponent(int &componentIndex) const | cryph::AffVector | |
| minAbsComponent(int &componentIndex) const | cryph::AffVector | |
| normalize() | cryph::AffVector | |
| normalizeToCopy(AffVector &normalizedCopy) const | cryph::AffVector | |
| operator*(double f) const | cryph::AffVector | inline |
| operator*=(double f) | cryph::AffVector | |
| operator+(const AffVector &v2) const | cryph::AffVector | inline |
| operator+=(const AffVector &rhs) | cryph::AffVector | |
| operator-(const AffVector &v2) const | cryph::AffVector | inline |
| operator-() const | cryph::AffVector | inline |
| operator-=(const AffVector &rhs) | cryph::AffVector | |
| operator/(double f) const | cryph::AffVector | inline |
| operator/=(double f) | cryph::AffVector | |
| operator=(const AffVector &rhs) | cryph::AffVector | |
| operator[](int index) const | cryph::AffVector | |
| parallelTo(const AffVector &v) const | cryph::AffVector | |
| swizzle(char xyz[3]) | cryph::AffVector | |
| vComponents(double *components, int offset=0) const | cryph::AffVector | |
| vComponents(double components[][3], int offset=0) const | cryph::AffVector | |
| vComponents(float *components, int offset=0) const | cryph::AffVector | |
| vComponents(float components[][3], int offset=0) const | cryph::AffVector | |
| xu | cryph::AffVector | static |
| yu | cryph::AffVector | static |
| zeroVector | cryph::AffVector | static |
| zu | cryph::AffVector | static |
| ~AffVector() | cryph::AffVector | virtual |
1.8.11