Public Member Functions | |
| WorldCoordinates (const double a, const double b, const double c) | |
| WorldCoordinates () | |
| void | operator= (const WorldCoordinates &_v) |
| bool | operator== (const WorldCoordinates &s2) const |
| bool | operator!= (const WorldCoordinates &a) const |
| void | swapBytes () |
Public Attributes | |
| double | X_coord |
| double | Y_coord |
| double | Z_coord |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const WorldCoordinates &v) |
| std::ostream & | operator<< (std::ostream &s, const WorldCoordinates *const v) |
| WorldCoordinates | operator+ (const WorldCoordinates &_s, const vectorDIS &_v) |
| WorldCoordinates | operator- (const WorldCoordinates &_s, const vectorDIS &_v) |
| WorldCoordinates::WorldCoordinates | ( | const double | a, | |
| const double | b, | |||
| const double | c | |||
| ) | [inline] |
| WorldCoordinates::WorldCoordinates | ( | ) | [inline] |
| void WorldCoordinates::operator= | ( | const WorldCoordinates & | _v | ) | [inline] |
Assignmnent operator.
| bool WorldCoordinates::operator== | ( | const WorldCoordinates & | s2 | ) | const [inline] |
Compare to another WorldCoordinates structure.
| bool WorldCoordinates::operator!= | ( | const WorldCoordinates & | a | ) | const [inline] |
| void WorldCoordinates::swapBytes | ( | ) | [inline] |
Swap bytes to or from the network.
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const WorldCoordinates & | v | |||
| ) | [friend] |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const WorldCoordinates *const | v | |||
| ) | [friend] |
| WorldCoordinates operator+ | ( | const WorldCoordinates & | _s, | |
| const vectorDIS & | _v | |||
| ) | [friend] |
| WorldCoordinates operator- | ( | const WorldCoordinates & | _s, | |
| const vectorDIS & | _v | |||
| ) | [friend] |
| double WorldCoordinates::X_coord |
| double WorldCoordinates::Y_coord |
| double WorldCoordinates::Z_coord |
1.5.0