Classes | |
| class | TVector3< T > |
| Generic Three-Dimensional Vector. More... | |
Global binary operators for three-dimensional vectors. | |
| template<typename T> | |
| TVector3< T > | operator * (const T &a, const TVector3< T > &b) throw () |
| Multiply a vector with a scalar. | |
| template<typename T> | |
| std::istream & | operator>> (std::istream &s, TVector3< T > &vector) throw () |
| Input operator. | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &s, const TVector3< T > &vector) throw () |
| Output operator. | |
|
||||||||||||||||
|
Multiply a vector with a scalar. The symmetric case is a member of the vector class. |
|
||||||||||||||||
|
Output operator.
Writes the values of |
|
||||||||||||||||
|
Input operator.
Reads the values of |