Stg::Camera Class Referenceabstract

#include <stage.hh>

Inheritance diagram for Stg::Camera:

Public Member Functions

 Camera ()
 
virtual void Draw (void) const =0
 
virtual void Load (Worldfile *wf, int sec)=0
 
double pitch (void) const
 
virtual void reset ()=0
 
virtual void SetProjection (void) const =0
 
double x (void) const
 
double y (void) const
 
double yaw (void) const
 
double z (void) const
 
virtual ~Camera ()
 

Protected Attributes

double _pitch
 
double _x
 
double _y
 
double _yaw
 
double _z
 

Constructor & Destructor Documentation

◆ Camera()

Stg::Camera::Camera ( )
inline

◆ ~Camera()

virtual Stg::Camera::~Camera ( )
inlinevirtual

Member Function Documentation

◆ Draw()

virtual void Stg::Camera::Draw ( void  ) const
pure virtual

◆ Load()

virtual void Stg::Camera::Load ( Worldfile wf,
int  sec 
)
pure virtual

◆ pitch()

double Stg::Camera::pitch ( void  ) const
inline

◆ reset()

virtual void Stg::Camera::reset ( )
pure virtual

◆ SetProjection()

virtual void Stg::Camera::SetProjection ( void  ) const
pure virtual

◆ x()

double Stg::Camera::x ( void  ) const
inline

◆ y()

double Stg::Camera::y ( void  ) const
inline

◆ yaw()

double Stg::Camera::yaw ( void  ) const
inline

◆ z()

double Stg::Camera::z ( void  ) const
inline

Member Data Documentation

◆ _pitch

double Stg::Camera::_pitch
protected

◆ _x

double Stg::Camera::_x
protected

◆ _y

double Stg::Camera::_y
protected

◆ _yaw

double Stg::Camera::_yaw
protected

◆ _z

double Stg::Camera::_z
protected

The documentation for this class was generated from the following file: