Classes | |
| class | TLine3< T > |
| Generic Line in Three-Dimensional Space. More... | |
Storers | |
| Stream operators of Line3 | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &s, const TLine3< T > &line) throw () |
| Output operator. | |
| template<typename T> | |
| std::istream & | operator>> (std::istream &s, TLine3< T > &line) throw () |
| Input operator. | |
Typedefs | |
| typedef TLine3< float > | Line3 |
| Default line of type float. | |
|
|
Default line of type float.
|
|
||||||||||||||||
|
Output operator.
Writes the two public attributes
|
|
||||||||||||||||
|
Input operator.
Reads two objcts of type TVector3 from an |