#include "GeoGeneric.h"#include "CV2D.h"#include "CV3D.h"Functions | |
| CV2D | operator * (double rdFactor, const CV2D &v) |
| ostream & | operator<< (ostream &s, const CV2D &v) |
| istream & | operator>> (istream &s, CV2D &v) |
| ostream& operator<< | ( | ostream & | s, | |
| const CV2D & | v | |||
| ) |
Same as above. But more useful for streams.
| istream& operator>> | ( | istream & | s, | |
| CV2D & | v | |||
| ) |
Reads a vector from the given stream.
1.4.7