|  | RobWorkProject
    23.9.11-
    | 
abstract class for describing how the motion of a body behaves during a timestep More...
#include <BodyIntegrator.hpp>
Inherited by EulerIntegrator, and RK4Integrator.
| Public Member Functions | |
| virtual | ~BodyIntegrator () | 
| destructor  More... | |
| virtual void | updatePosition (double h, rw::kinematics::State &state)=0 | 
| integrates velocity over timestep h to update the position of the body | |
| virtual void | updateVelocity (double h, rw::kinematics::State &state)=0 | 
| integrates forces over timestep h to update the velocity of the body | |
abstract class for describing how the motion of a body behaves during a timestep
| 
 | inlinevirtual | 
destructor