A hook that adds a constant force in world coordinates to a point on a body given in local coordinates.
More...
#include <Simulator.h>
|
| LocalForceHook (dBodyID body, const Vector3 &localpt, const Vector3 &f) |
|
virtual void | Step (Real dt) override |
|
virtual bool | ReadState (File &f) override |
|
virtual bool | WriteState (File &f) const override |
|
| LocalForceHook (dBodyID body, const Vector3 &localpt, const Vector3 &f) |
|
virtual void | Step (Real dt) |
|
virtual bool | ReadState (File &f) |
|
virtual bool | WriteState (File &f) const |
|
|
dBodyID | body |
|
Vector3 | localpt |
|
Vector3 | f |
|
bool | autokill |
|
bool | autokill |
|
A hook that adds a constant force in world coordinates to a point on a body given in local coordinates.
The documentation for this class was generated from the following files: