Include dependency graph for coordinate.cpp:
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &out, const Coordinate &point) |
istream & | operator>> (istream &in, Coordinate &point) |
|
Writes out a coordinate seperated by white space in the order of x, y, z.
Definition at line 150 of file coordinate.cpp. References Coordinate::x, Coordinate::y, and Coordinate::z. |
|
Reads in a coordinate seperated by white space in the order of x, y, z.
Definition at line 144 of file coordinate.cpp. References Coordinate::x, Coordinate::y, and Coordinate::z. |