#include <plane.h>
Inherits player_base.
Inheritance diagram for plane:


Definition at line 17 of file plane.h.
Public Member Functions | |
| plane (camera *c) | |
| virtual void | special_func (int key, int, int) |
| virtual void | keyboard (char c, int, int) |
| virtual void | process_keyboard (bool[]) |
| virtual void | motion_func (int x, int y) |
| virtual void | mouse_func (int button, int, int, int) |
| virtual void | draw () |
| void | update_physics () |
Protected Attributes | |
| camera * | cam |
| double | delta_f |
| double | delta_v |
| double | old_speed |
| bool | is_paused |
|
|
Definition at line 8 of file plane.cpp. References cam, delta_f, delta_v, camera::eye, and is_paused. |
|
|
Implements draw_object. Definition at line 172 of file plane.cpp. References draw_object::draw(). |
Here is the call graph for this function:

|
||||||||||||||||
|
Implements player_base. Definition at line 57 of file plane.cpp. References cam, delta_f, delta_v, camera::eye, camera::f, is_paused, mypi, old_speed, and camera::RotateView(). |
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 152 of file plane.cpp. References cam, camera::f, and camera::mouse_special(). |
Here is the call graph for this function:

|
||||||||||||||||||||
|
Implements player_base. |
|
|
|
|
||||||||||||||||
|
Implements player_base. Definition at line 33 of file plane.cpp. References cam, camera::f, mypi, and camera::RotateView(). |
Here is the call graph for this function:

|
|
Reimplemented from player_base. Definition at line 246 of file plane.cpp. References cam, camera::eye, and player_base::update_physics(). |
Here is the call graph for this function:

|
|
Definition at line 43 of file plane.h. Referenced by keyboard(), motion_func(), plane(), special_func(), and update_physics(). |
|
|
Definition at line 45 of file plane.h. Referenced by keyboard(), and plane(). |
|
|
Definition at line 46 of file plane.h. Referenced by keyboard(), and plane(). |
|
|
whether motion is paused or not Definition at line 52 of file plane.h. Referenced by keyboard(), and plane(). |
|
|
remember old speed when paused Definition at line 49 of file plane.h. Referenced by keyboard(). |