#include <CGenericPointForceAlgo.h>
Public Member Functions | |
cGenericPointForceAlgo () | |
Constructor of cGenericPointForceAlgo. | |
virtual | ~cGenericPointForceAlgo () |
Destructor of cGenericPointForceAlgo. | |
cWorld * | getWorld () |
Get a pointer to the world in which the force algorithm is operating. | |
virtual void | initialize (cWorld *a_world, const cVector3d &a_initialPos) |
Initialize the algorithm by passing the initial position of the device. | |
virtual cVector3d | computeForces (const cVector3d &a_toolPos, const cVector3d &a_toolVel) |
Compute the next force given the updated position of the device. | |
Protected Attributes | |
cWorld * | m_world |
Pointer to the world in which the force algorithm operates. |