myVector.cc File Reference


Detailed Description

Author:
Helge Backhaus

#include "myVector.h"

Functions

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


Function Documentation

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

00110 {
00111     return Stream << "[" << v.x << ", " << v.y << "]";
00112 }


Generated on Tue Jul 24 16:51:17 2007 for ITM OverSim by  doxygen 1.5.1