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

This is the complete list of members for cryph::ProjPoint, including all inherited members.

aCoords(double coords[], int offset=0) const cryph::ProjPoint
aCoords(double coords[][3], int offset=0) const cryph::ProjPoint
aCoords(float coords[], int offset=0) const cryph::ProjPoint
aCoords(float coords[][3], int offset=0) const cryph::ProjPoint
aCoords(AffPoint &aPnt) const cryph::ProjPointinline
aCoords() const cryph::ProjPointinline
operator*(double f) const cryph::ProjPointinline
operator*=(double f)cryph::ProjPoint
operator+(const ProjPoint &p2) const cryph::ProjPointinline
operator+=(const ProjPoint &rhs)cryph::ProjPoint
operator-(const ProjPoint &p2) const cryph::ProjPointinline
operator/(double f) const cryph::ProjPointinline
operator/=(double f)cryph::ProjPoint
operator=(const ProjPoint &rhs)cryph::ProjPoint
operator[](int index) const cryph::ProjPoint
pCoords(double *coords, int offset=0) const cryph::ProjPoint
pCoords(double coords[][4], int offset=0) const cryph::ProjPoint
pCoords(float *coords, int offset=0) const cryph::ProjPoint
pCoords(float coords[][4], int offset=0) const cryph::ProjPoint
ProjPoint()cryph::ProjPoint
ProjPoint(const ProjPoint &p)cryph::ProjPoint
ProjPoint(const AffPoint &p, double w=1.0)cryph::ProjPoint
ProjPoint(const double *p)cryph::ProjPoint
ProjPoint(const float *p)cryph::ProjPoint
ProjPoint(double xx, double yy, double zz=0.0, double ww=1.0)cryph::ProjPoint
swizzle(char xyzw[4])cryph::ProjPoint
wcryph::ProjPoint
xcryph::ProjPoint
ycryph::ProjPoint
zcryph::ProjPoint
~ProjPoint()cryph::ProjPointvirtual