RobWorkProject  23.9.11-
Public Member Functions | List of all members
BodyIntegrator Class Referenceabstract

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
 

Detailed Description

abstract class for describing how the motion of a body behaves during a timestep

Constructor & Destructor Documentation

◆ ~BodyIntegrator()

virtual ~BodyIntegrator ( )
inlinevirtual

destructor

Returns

The documentation for this class was generated from the following file: