![]()  | 
  
    RobWorkProject
    23.9.11-
    
   | 
 
body motion integrator that use an implicit Euler formulation to calculate the motion of a body More...
#include <EulerIntegrator.hpp>
Inherits BodyIntegrator.
Public Member Functions | |
| EulerIntegrator (RWBody *body) | |
| constructor  | |
| virtual | ~EulerIntegrator () | 
| destructor  | |
| void | updatePosition (double h, rw::kinematics::State &state) | 
| integrates velocity over timestep h to update the position of the body  More... | |
| void | updateVelocity (double h, rw::kinematics::State &state) | 
| integrates forces over timestep h to update the velocity of the body  More... | |
  Public Member Functions inherited from BodyIntegrator | |
| virtual | ~BodyIntegrator () | 
| destructor  More... | |
body motion integrator that use an implicit Euler formulation to calculate the motion of a body
      
  | 
  virtual | 
integrates velocity over timestep h to update the position of the body
Implements BodyIntegrator.
      
  | 
  virtual | 
integrates forces over timestep h to update the velocity of the body
Implements BodyIntegrator.