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

ExQuaternion.cpp File Reference

#include "ExQuaternion.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const ExQuaternion &q)


Function Documentation

std::ostream& operator<< std::ostream &    s,
const ExQuaternion   q
 

Definition at line 109 of file ExQuaternion.cpp.

References Guard, ExQuaternion::qw, ExQuaternion::qx, ExQuaternion::qy, and ExQuaternion::qz.

00110 {
00111 Guard(friend std::ostream& operator<<(std::ostream& s,const ExQuaternion &q))
00112         s<<"W:"<<q.qw<<"X:"<<q.qx<<"Y:"<<q.qy<<"Z:"<<q.qz<<std::endl;
00113         return s;
00114 UnGuard
00115 }


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