Coordinate() | Coordinate | |
Coordinate(double value) | Coordinate | |
Coordinate(double setX, double setY, double setZ) | Coordinate | |
Coordinate(const Coordinate &point) | Coordinate | |
operator *(const Coordinate &rhs) const | Coordinate | |
operator *=(const Coordinate &rhs) | Coordinate | |
operator!=(const Coordinate &rhs) const | Coordinate | |
operator+(const Coordinate &rhs) const | Coordinate | |
operator+=(const Coordinate &rhs) | Coordinate | |
operator-(const Coordinate &rhs) const | Coordinate | |
operator-=(const Coordinate &rhs) | Coordinate | |
operator/(const Coordinate &rhs) const | Coordinate | |
operator/=(const Coordinate &rhs) | Coordinate | |
operator<<(ostream &out, const Coordinate &point) | Coordinate | [friend] |
operator=(const Coordinate &rhs) | Coordinate | |
operator==(const Coordinate &rhs) const | Coordinate | |
operator>>(istream &in, Coordinate &point) | Coordinate | [friend] |
x | Coordinate | |
y | Coordinate | |
z | Coordinate |