This structure encapsulates a camera's viewpoint parameters. More...
Public Member Functions | |
VgIViewPoint () | |
Constructor. | |
VgIViewPoint (const VgIViewPoint &pOther) | |
Copy constructor. | |
Public Attributes | |
VgEngine::VgPosition | mPosition |
The viewpoint position. | |
double | mHeading |
The viewpoint heading. | |
double | mPitch |
The viewpoint pitch. |
This structure encapsulates a camera's viewpoint parameters.
VgEngine::VgIViewPoint::VgIViewPoint | ( | ) | [inline] |
Constructor.
VgEngine::VgIViewPoint::VgIViewPoint | ( | const VgIViewPoint & | pOther ) | [inline] |
Copy constructor.
Initializes the view point.
The viewpoint heading.
The viewpoint pitch.
The viewpoint position.