#include <dragcontroller.h>
Inheritance diagram for oxygen::DragController:
Public Member Functions | |
DragController () | |
virtual | ~DragController () |
float | GetLinearDrag () |
void | SetLinearDrag (float d) |
float | GetAngularDrag () |
void | SetAngularDrag (float d) |
Protected Member Functions | |
virtual void | PrePhysicsUpdateInternal (float deltaTime) |
calculates and applies the force needed to perfom the drag | |
Protected Attributes | |
float | mLinearDrag |
float | mAngularDrag |
Definition at line 31 of file dragcontroller.h.
|
Definition at line 26 of file dragcontroller.cpp. References mAngularDrag, and mLinearDrag. |
|
Definition at line 32 of file dragcontroller.cpp. |
|
Definition at line 68 of file dragcontroller.cpp. References mAngularDrag. |
|
Definition at line 58 of file dragcontroller.cpp. References mLinearDrag. |
|
calculates and applies the force needed to perfom the drag
Reimplemented from oxygen::BaseNode. Definition at line 36 of file dragcontroller.cpp. References mAngularDrag, oxygen::BodyController::mBody, and mLinearDrag. |
|
Definition at line 73 of file dragcontroller.cpp. References mAngularDrag. |
|
Definition at line 63 of file dragcontroller.cpp. References mLinearDrag. |
|
Definition at line 64 of file dragcontroller.h. Referenced by DragController(), GetAngularDrag(), PrePhysicsUpdateInternal(), and SetAngularDrag(). |
|
Definition at line 61 of file dragcontroller.h. Referenced by DragController(), GetLinearDrag(), PrePhysicsUpdateInternal(), and SetLinearDrag(). |