#include <View.h>
Public Member Functions | |
| ViewLocation () | |
| const Coord3D & | getPosition () const |
| Bool | isValid () const |
| Real | getAngle () const |
| Real | getPitch () const |
| Real | getZoom () const |
| void | init (Real x, Real y, Real z, Real angle, Real pitch, Real zoom) |
Protected Attributes | |
| Bool | m_valid |
| Is this location valid. | |
| Coord3D | m_pos |
| Position of this view, in world coordinates. | |
| Real | m_angle |
| Angle at which view has been rotated about the Z axis. | |
| Real | m_pitch |
| Angle at which view has been rotated about the Y axis. | |
| Real | m_zoom |
| Current zoom value. | |
Friends | |
| class | View |
| class | LookAtTranslator |
|
friend |
|
protected |
|
protected |
|
protected |