33#ifndef DART_INTEGRATION_EULERINTEGRATOR_HPP_
34#define DART_INTEGRATION_EULERINTEGRATOR_HPP_
39namespace 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:56
void integrateVel(IntegrableSystem *_system, double _dt) override
Integrate velocity of the system with time step dt.
Definition EulerIntegrator.cpp:62
virtual ~EulerIntegrator()
Destructor.
Definition EulerIntegrator.cpp:44
void integrate(IntegrableSystem *_system, double _dt) override
Integrate the system with time step dt.
Definition EulerIntegrator.cpp:49
Any class that uses an integrator should implement this interface.
Definition Integrator.hpp:45
class Integrator
Definition Integrator.hpp:82
Definition BulletCollisionDetector.cpp:65