33 #ifndef DART_INTEGRATION_EULERINTEGRATOR_HPP_
34 #define DART_INTEGRATION_EULERINTEGRATOR_HPP_
39 namespace integration {
class EulerIntegrator
Definition: EulerIntegrator.hpp:43
EulerIntegrator()
Constructor.
Definition: EulerIntegrator.cpp:39
void integratePos(IntegrableSystem *_system, double _dt) override
Integrate velocity of the system with time step dt.
Definition: EulerIntegrator.cpp:57
void integrateVel(IntegrableSystem *_system, double _dt) override
Integrate velocity of the system with time step dt.
Definition: EulerIntegrator.cpp:63
virtual ~EulerIntegrator()
Destructor.
Definition: EulerIntegrator.cpp:45
void integrate(IntegrableSystem *_system, double _dt) override
Integrate the system with time step dt.
Definition: EulerIntegrator.cpp:50
Any class that uses an integrator should implement this interface.
Definition: Integrator.hpp:45
class Integrator
Definition: Integrator.hpp:82
Definition: BulletCollisionDetector.cpp:63