_x | Point | [protected] |
_y | Point | [protected] |
_z | Point | [protected] |
abs() | Point | [inline] |
cross(Point Other) | Point | [inline] |
dot(Point Other) | Point | [inline] |
normalize() | Point | |
operator *(const double factor) | Point | |
operator *=(const int factor) | Point | |
operator *=(const double factor) | Point | |
operator!=(const Point &other) | Point | [inline] |
operator+(const Point &other) | Point | |
operator+=(const Point &other) | Point | |
operator-() const | Point | |
operator-(const Point &other) | Point | |
operator-(const Point &other) const | Point | |
operator/(const double divisor) | Point | |
operator/=(const int divisor) | Point | |
operator/=(const double divisor) | Point | |
operator=(const Point &other) | Point | |
operator==(const Point &other) | Point | [inline] |
Point() | Point | |
Point(double newx, double newy, double newz) | Point | |
Point(int newx, int newy, int newz) | Point | |
Point(unsigned int newx, unsigned int newy, unsigned int newz) | Point | |
Point(const Point &newpoint) | Point | |
TransMatMultiply(double *transMat, Point inPoint) | Point | [static] |
x() | Point | [inline] |
xint() const | Point | [inline] |
y() | Point | [inline] |
yint() const | Point | [inline] |
z() | Point | [inline] |
zint() const | Point | [inline] |
~Point() | Point | [virtual] |