implementation of the GLC_Vector4d class. More...
#include "glc_vector4d.h"#include <QtDebug>Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const GLC_Vector4d &vector) |
| Define GLC_Point4D. | |
| QDataStream & | operator>> (QDataStream &stream, GLC_Vector4d &vector) |
implementation of the GLC_Vector4d class.
Definition in file glc_vector4d.cpp.
| QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_Vector4d & | ||||
| ) |
Define GLC_Point4D.
Non-member stream operator
Definition at line 183 of file glc_vector4d.cpp.
References GLC_Vector4d::W(), GLC_Vector4d::X(), GLC_Vector4d::Y(), and GLC_Vector4d::Z().
| QDataStream& operator>> | ( | QDataStream & | stream, | |
| GLC_Vector4d & | vector | |||
| ) |
Definition at line 188 of file glc_vector4d.cpp.
References GLC_Vector4d::setVect(), GLC_Vector3d::x(), GLC_Vector3d::y(), and GLC_Vector3d::z().