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

ExCVec3D.cpp File Reference

#include "ExCVec3D.h"

Go to the source code of this file.

Functions

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


Function Documentation

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

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 }


Generated on Tue Aug 6 20:27:16 2002 for ExNihilo by doxygen1.2.17