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