Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Beta/3D/Vector3D.cpp File Reference

#include <j2k/Fred/3d/Vector3D.hpp>
#include <math.h>

Go to the source code of this file.

Functions

istream & operator>> (istream &in, const Vector3DH &v)
ostream & operator<< (ostream &out, const Vector3DH &v)


Function Documentation

ostream& operator<< ostream &    out,
const Vector3DH   v
 

Definition at line 188 of file Vector3D.cpp.

00188                                                         {
00189   return out << (Sommet3D&)v.a << (Sommet3D&)v.b;
00190 }

istream& operator>> istream &    in,
const Vector3DH   v
 

Definition at line 184 of file Vector3D.cpp.

00184                                                        {
00185   return in  >> (Sommet3D&)v.a >> (Sommet3D&)v.b;
00186 }


Generated on Sun Oct 14 18:46:48 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001