myVector.cc File Reference

#include "myVector.h"

Functions

std::ostream & operator<< (std::ostream &Stream, const Vector v)


Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const Vector  v 
)

00087 {
00088     return Stream << "[" << v.x << ", " << v.y << "]";
00089 }


Generated on Wed Apr 4 13:37:05 2007 for ITM OverSim by  doxygen 1.4.7