#include "ExCVec3D.h"
Go to the source code of this file.
Definition at line 162 of file ExCVec3D.cpp.
References ExCVec3D::m_Vector.
00163 { 00164 s<<"X:"<<(float)vec.m_Vector[0]<<" Y:"<<(float)vec.m_Vector[1]<<" Z:"<<(float)vec.m_Vector[2]; 00165 return s; 00166 }