OMNeT++ Simulation Library
6.0.3
|
#include <cosgcanvas.h>
Defines a viewpoint in the 3D space.
The Viewpoint is defined by the position of the eye, the point to look at, and the "up" direction. See OpenGL gluLookAt() for details.
Public Member Functions | |
Methods. | |
Viewpoint () | |
Viewpoint (const Vec3d &eye, const Vec3d ¢er, const Vec3d &up) | |
Public Attributes | |
Data members. | |
Vec3d | eye |
Specifies the position of the eye point. More... | |
Vec3d | center |
Specifies the position of the reference point. More... | |
Vec3d | up |
Specifies the direction of the up vector. More... | |
bool | valid |
The validity of the data. If this is false, the vector members should not be read. More... | |
Vec3d eye |
Specifies the position of the eye point.
Vec3d center |
Specifies the position of the reference point.
Vec3d up |
Specifies the direction of the up vector.
bool valid |
The validity of the data. If this is false, the vector members should not be read.