interface for the GLC_Vector4d class. More...
#include <QVector>#include <QDataStream>#include "glc_utils_maths.h"#include "glc_vector2d.h"#include "glc_vector3d.h"#include "glc_vector3df.h"#include "../glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_Vector4d |
| GLC_Vector4d is a 4 dimensions Vector. More... | |
Functions | |
| QDataStream & | operator<< (QDataStream &, const GLC_Vector4d &) |
| Define GLC_Point4D. | |
| QDataStream & | operator>> (QDataStream &, GLC_Vector4d &) |
interface for the GLC_Vector4d class.
Definition in file glc_vector4d.h.
| QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_Vector4d & | ||||
| ) |
Define GLC_Point4D.
Non-member stream operator
Definition at line 185 of file glc_vector4d.cpp.
References GLC_Vector4d::W(), GLC_Vector4d::X(), GLC_Vector4d::Y(), and GLC_Vector4d::Z().
| QDataStream& operator>> | ( | QDataStream & | , | |
| GLC_Vector4d & | ||||
| ) |
Definition at line 190 of file glc_vector4d.cpp.
References GLC_Vector4d::setVect(), GLC_Vector3d::x(), GLC_Vector3d::y(), and GLC_Vector3d::z().