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