#include <PhysObject.h>
Collaboration diagram for PhysObject:

Public Member Functions | |
| glVector | GetBoundPos (int bs_id) |
| PhysObject (Object3d *new_center) | |
| PhysObject () | |
| void | Process () |
Public Attributes | |
| vector< b_sphere > | bsphere_list |
| Ray * | center |
| float | elasticity |
| float | gravity_effect |
| float | inertial_moment |
| bool | live |
| float | mass |
| Quaternion | qrot_velocity |
| Rotation | rot_velocity |
| glVector | velocity |
| float | wind_effect |
|
|
Definition at line 13 of file PhysObject.cpp. References bsphere_list, center, elasticity, gravity_effect, inertial_moment, live, mass, and wind_effect. |
|
|
Definition at line 25 of file PhysObject.cpp. References bsphere_list, center, glVector::data, elasticity, gravity_effect, inertial_moment, live, mass, qrot_velocity, velocity, and wind_effect. |
|
|
Definition at line 54 of file PhysObject.cpp. |
|
|
|
|
|
Definition at line 35 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 29 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 43 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 33 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 42 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 37 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 41 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 32 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 31 of file PhysObject.h. |
|
|
Definition at line 30 of file PhysObject.h. Referenced by PhysObject(). |
|
|
Definition at line 34 of file PhysObject.h. Referenced by PhysObject(). |
1.4.1