Moka controlers
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
operations-eye-positioning.hh File Reference

Go to the source code of this file.

Functions

CVertex calculEyePosition (TViewId AView)
 
const CVertex & getEyePosition () const
 
void horizontalRotationEye (TViewId AView, bool positive=true, float alpha=0)
 
void verticalRotationEye (TViewId AView, bool positive=true, float beta=0)
 
void moveEye (TViewId AView, bool positive=true, float coeff=0)
 
void moveEyeLateral (TViewId AView, bool positive=true, float coeff=0)
 
void moveEyeX (TViewId AView, bool positive=true, float coeff=0)
 
void moveEyeY (TViewId AView, bool positive=true, float coeff=0)
 
void moveEyeZ (TViewId AView, bool positive=true, float coeff=0)
 

Variables

CVertex eye_coord
 

Function Documentation

CVertex calculEyePosition ( TViewId  AView)
const CVertex& getEyePosition ( ) const
void horizontalRotationEye ( TViewId  AView,
bool  positive = true,
float  alpha = 0 
)
void moveEye ( TViewId  AView,
bool  positive = true,
float  coeff = 0 
)
void moveEyeLateral ( TViewId  AView,
bool  positive = true,
float  coeff = 0 
)
void moveEyeX ( TViewId  AView,
bool  positive = true,
float  coeff = 0 
)
void moveEyeY ( TViewId  AView,
bool  positive = true,
float  coeff = 0 
)
void moveEyeZ ( TViewId  AView,
bool  positive = true,
float  coeff = 0 
)
void verticalRotationEye ( TViewId  AView,
bool  positive = true,
float  beta = 0 
)

Variable Documentation

CVertex eye_coord

Definition at line 30 of file operations-eye-positioning.hh.