
Go to the source code of this file.
Functions | |
| void | calculEyePosition (TViewId AView, CParameterEyePosition *eye_pos, CParameterAimedPosition *pt_view) |
| 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 |
| CVertex calculEyePosition | ( | TViewId | AView | ) |
| void calculEyePosition | ( | TViewId | AView, | |
| CParameterEyePosition * | eye_pos, | |||
| CParameterAimedPosition * | pt_view | |||
| ) | [private] |
| 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 | |||
| ) |
| CVertex eye_coord |
Definition at line 30 of file operations-eye-positioning.hh.
1.5.8