#include <forcetorque.h>
Inheritance diagram for sheep::IForce:

Public Member Functions | |
| IForce (const Vector3 &p) | |
| const Vector3 & | GetPoint () const |
| virtual Vector3 | Evaluate (Real t, const RigidBody *b) const=0 |
Protected Attributes | |
| Vector3 | m_point |
Definition at line 38 of file forcetorque.h.
|
|
Definition at line 120 of file forcetorque.h. |
|
||||||||||||
|
Implemented in sheep::ConstantForce, and sheep::LinearDampingForce. |
|
|
Definition at line 124 of file forcetorque.h. |
|
|
Definition at line 47 of file forcetorque.h. |
1.3.6