Stg::Camera Class Reference
#include <stage.hh>
List of all members.
Public Member Functions |
| Camera () |
virtual void | Draw (void) const =0 |
virtual void | Load (Worldfile *wf, int sec)=0 |
float | pitch (void) const |
virtual void | reset ()=0 |
virtual void | SetProjection (void) const =0 |
float | x (void) const |
float | y (void) const |
float | yaw (void) const |
float | z (void) const |
virtual | ~Camera () |
Protected Attributes |
float | _pitch |
float | _x |
float | _y |
float | _yaw |
float | _z |
Detailed Description
Definition at line 1226 of file stage.hh.
Constructor & Destructor Documentation
Stg::Camera::Camera |
( |
|
) |
[inline] |
virtual Stg::Camera::~Camera |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual void Stg::Camera::Draw |
( |
void |
|
) |
const [pure virtual] |
virtual void Stg::Camera::Load |
( |
Worldfile * |
wf, |
|
|
int |
sec | |
|
) |
| | [pure virtual] |
float Stg::Camera::pitch |
( |
void |
|
) |
const [inline] |
virtual void Stg::Camera::reset |
( |
|
) |
[pure virtual] |
virtual void Stg::Camera::SetProjection |
( |
void |
|
) |
const [pure virtual] |
float Stg::Camera::x |
( |
void |
|
) |
const [inline] |
float Stg::Camera::y |
( |
void |
|
) |
const [inline] |
float Stg::Camera::yaw |
( |
void |
|
) |
const [inline] |
float Stg::Camera::z |
( |
void |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: