#include <math.h>#include <iostream.h>#include "CV2D.h"#include "CP3D.h"Go to the source code of this file.
Classes | |
| class | CP2D |
Functions | |
| ostream & | operator<< (ostream &s, const CP2D &pnt) |
| istream & | operator>> (istream &s, CP2D &pnt) |
| ostream& operator<< | ( | ostream & | s, | |
| const CP2D & | pnt | |||
| ) | [inline] |
Same as above. But more useful for streams.
| istream& operator>> | ( | istream & | s, | |
| CP2D & | pnt | |||
| ) | [inline] |
Reads a point from the given stream.
1.4.7