Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExCVec2D.cpp File Reference

#include "ExCVec2D.h"

Go to the source code of this file.

Functions

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


Function Documentation

std::ostream& operator<< std::ostream &    s,
const ExCVec2D   vec
 

Definition at line 122 of file ExCVec2D.cpp.

References ExCVec2D::m_Vector.

00123 {
00124         s<<"X:"<<(float)vec.m_Vector[0]<<" Y:"<<(float)vec.m_Vector[1];
00125         return s;
00126 }


Generated on Tue Dec 10 18:20:11 2002 for ExNihilo by doxygen1.3-rc1