
Go to the source code of this file.
Functions | |
| SpatialVector | operator* (float64, const SpatialVector &) |
| SpatialVector | operator* (int, const SpatialVector &) |
| SpatialVector | operator* (const SpatialVector &, float64) |
| SpatialVector | operator* (const SpatialVector &, int) |
| istream & | operator>> (istream &in, SpatialVector &v) |
| ostream & | operator<< (ostream &out, const SpatialVector &v) |
| SpatialVector operator* | ( | const SpatialVector & | , | |
| int | ||||
| ) |
References SpatialVector::x_, SpatialVector::y_, and SpatialVector::z_.
| SpatialVector operator* | ( | const SpatialVector & | , | |
| float64 | ||||
| ) |
References SpatialVector::x_, SpatialVector::y_, and SpatialVector::z_.
| SpatialVector operator* | ( | int | , | |
| const SpatialVector & | ||||
| ) |
References SpatialVector::x_, SpatialVector::y_, and SpatialVector::z_.
| SpatialVector operator* | ( | float64 | , | |
| const SpatialVector & | ||||
| ) |
References SpatialVector::x_, SpatialVector::y_, and SpatialVector::z_.
| ostream& operator<< | ( | ostream & | out, | |
| const SpatialVector & | v | |||
| ) | [inline] |
References SpatialVector::write().
| istream& operator>> | ( | istream & | in, | |
| SpatialVector & | v | |||
| ) | [inline] |
References SpatialVector::read().
1.6.3