|
openGPMP
Open Source Mathematics Package
|
Public Member Functions | |
| Camera () | |
| double | getX () |
| double | getY () |
| double | getZ () |
| void | moveRight () |
| void | moveLeft () |
| void | moveUp () |
| void | moveDown () |
Private Attributes | |
| double | theta |
| double | y |
| double | dTheta |
| double | dy |
Definition at line 19 of file openGL_bounce.c.
|
inline |
Definition at line 26 of file openGL_bounce.c.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 22 of file openGL_bounce.c.
Referenced by moveLeft(), and moveRight().
|
private |
Definition at line 23 of file openGL_bounce.c.
Referenced by moveDown(), and moveUp().
|
private |
Definition at line 20 of file openGL_bounce.c.
Referenced by getX(), getZ(), moveLeft(), and moveRight().
|
private |
Definition at line 21 of file openGL_bounce.c.
Referenced by getY(), moveDown(), and moveUp().