#include <ForceDisturber.h>
Applies a disturbing force to a specific body.
Definition at line 45 of file ForceDisturber.h.
◆ ForceDisturber()
Rcs::ForceDisturber::ForceDisturber |
( |
RcsBody * |
body, |
|
|
RcsBody * |
refFrame = NULL |
|
) |
| |
◆ ~ForceDisturber()
Rcs::ForceDisturber::~ForceDisturber |
( |
| ) |
|
|
virtual |
◆ addToViewer()
void Rcs::ForceDisturber::addToViewer |
( |
GraphNode * |
graphNode | ) |
|
◆ apply()
void Rcs::ForceDisturber::apply |
( |
Rcs::PhysicsBase * |
sim, |
|
|
double |
force[3] |
|
) |
| |
◆ getLastForce()
const double * Rcs::ForceDisturber::getLastForce |
( |
| ) |
const |
◆ body
RcsBody* Rcs::ForceDisturber::body |
|
private |
◆ lastForce
double Rcs::ForceDisturber::lastForce[3] |
|
private |
Last applied force, in body coords, for GUI.
Definition at line 52 of file ForceDisturber.h.
◆ refFrame
RcsBody* Rcs::ForceDisturber::refFrame |
|
private |
The documentation for this class was generated from the following files: