|
Khaotic Engine Reborn
|
Public Member Functions | |
| position_class (const position_class &) | |
| void | SetFrameTime (float) |
| void | GetRotation (float &, float &) const |
| void | GetPosition (float &, float &, float &) const |
| void | TurnLeft (bool) |
| void | TurnRight (bool) |
| void | TurnMouse (float, float, float, bool) |
| void | MoveCamera (bool, bool, bool, bool, bool, bool, bool, bool, bool) |
Definition at line 14 of file position_class.h.
| position_class::position_class | ( | ) |
Definition at line 3 of file position_class.cpp.
| position_class::position_class | ( | const position_class & | other | ) |
Definition at line 20 of file position_class.cpp.
| position_class::~position_class | ( | ) |
Definition at line 25 of file position_class.cpp.
| void position_class::GetPosition | ( | float & | x, |
| float & | y, | ||
| float & | z ) const |
Definition at line 42 of file position_class.cpp.
| void position_class::GetRotation | ( | float & | y, |
| float & | x ) const |
Definition at line 35 of file position_class.cpp.
| void position_class::MoveCamera | ( | bool | forward, |
| bool | backward, | ||
| bool | left, | ||
| bool | right, | ||
| bool | up, | ||
| bool | down, | ||
| bool | scrollUp, | ||
| bool | scrollDown, | ||
| bool | rightClick ) |
Definition at line 150 of file position_class.cpp.
| void position_class::SetFrameTime | ( | float | time | ) |
Definition at line 29 of file position_class.cpp.
| void position_class::TurnLeft | ( | bool | keydown | ) |
Definition at line 50 of file position_class.cpp.
| void position_class::TurnMouse | ( | float | deltaX, |
| float | deltaY, | ||
| float | sensitivity, | ||
| bool | rightMouseDown ) |
Definition at line 115 of file position_class.cpp.
| void position_class::TurnRight | ( | bool | keydown | ) |
Definition at line 83 of file position_class.cpp.