vec-io.hpp File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const vec &v)


Function Documentation

std::ostream& operator<< std::ostream &  s,
const vec v
[inline]
 

Definition at line 38 of file vec-io.hpp.

00039 {
00040   s << "{ "<< v.x << "; " << v.y << "; " << v.z << " }";
00041   return s;
00042 }


Generated on Tue Mar 15 16:02:38 2005 for QVM by  doxygen 1.4.1