cryph utilities [subset]  2.0
Subset of the full cryph package of mathematical utilities for points, vectors, and matrices
cryph::AffVector Member List

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::AffVectorstatic
coordinateSystemFromVW(AffVector &U, AffVector &V, AffVector &W)cryph::AffVectorstatic
cross(const AffVector &rhs) const cryph::AffVector
cross(const AffVector &v1, const AffVector &v2)cryph::AffVectorstatic
decompose(const AffVector &arbitraryVector, AffVector &parallel, AffVector &perpendicular) const cryph::AffVector
dot(const AffVector &rhs) const cryph::AffVectorinline
dot(const AffVector &v1, const AffVector &v2)cryph::AffVectorinlinestatic
dxcryph::AffVector
dycryph::AffVector
dzcryph::AffVector
length() const cryph::AffVectorinline
lengthSquared() const cryph::AffVectorinline
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::AffVectorinline
operator*=(double f)cryph::AffVector
operator+(const AffVector &v2) const cryph::AffVectorinline
operator+=(const AffVector &rhs)cryph::AffVector
operator-(const AffVector &v2) const cryph::AffVectorinline
operator-() const cryph::AffVectorinline
operator-=(const AffVector &rhs)cryph::AffVector
operator/(double f) const cryph::AffVectorinline
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
xucryph::AffVectorstatic
yucryph::AffVectorstatic
zeroVectorcryph::AffVectorstatic
zucryph::AffVectorstatic
~AffVector()cryph::AffVectorvirtual