#include "ExCVec2D.h"
Go to the source code of this file.
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 }