#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) |
|
Same as above. But more useful for streams. |
|
Reads a point from the given stream. |