GLC_RepCrossMover : Cross representation. More...
#include <glc_repcrossmover.h>
Public Member Functions | |
| GLC_RepCrossMover (GLC_Viewport *) | |
| Default constructor. | |
| GLC_RepCrossMover (const GLC_RepCrossMover &) | |
| Copy constructor. | |
| virtual | ~GLC_RepCrossMover () |
| Destructor. | |
Get Functions | |
| virtual GLC_RepMover * | clone () const |
| Return a clone of the repmover. | |
OpenGL Functions | |
| virtual void | glDraw () |
| Virtual interface for OpenGL Geometry set up. | |
GLC_RepCrossMover : Cross representation.
Definition at line 36 of file glc_repcrossmover.h.
| GLC_RepCrossMover::GLC_RepCrossMover | ( | GLC_Viewport * | pViewport | ) |
| GLC_RepCrossMover::GLC_RepCrossMover | ( | const GLC_RepCrossMover & | repMover | ) |
Copy constructor.
Definition at line 36 of file glc_repcrossmover.cpp.
| GLC_RepCrossMover::~GLC_RepCrossMover | ( | ) | [virtual] |
Destructor.
Definition at line 42 of file glc_repcrossmover.cpp.
| GLC_RepMover * GLC_RepCrossMover::clone | ( | ) | const [virtual] |
Return a clone of the repmover.
Implements GLC_RepMover.
Definition at line 52 of file glc_repcrossmover.cpp.
References GLC_RepCrossMover().
| void GLC_RepCrossMover::glDraw | ( | void | ) | [virtual] |
Virtual interface for OpenGL Geometry set up.
Implements GLC_RepMover.
Definition at line 62 of file glc_repcrossmover.cpp.
References GLC_Viewport::cameraHandle(), GLC_Camera::distEyeTarget(), GLC_RepMover::m_MainColor, GLC_RepMover::m_pViewport, glc::PI, GLC_Camera::target(), GLC_Viewport::viewAngle(), GLC_Viewport::viewHSize(), GLC_Viewport::viewVSize(), GLC_Vector3d::x(), GLC_Vector3d::y(), and GLC_Vector3d::z().