AnimaL |
Tutorial |
Documentation |
#include <integrator.h>
Definition at line 237 of file integrator.h.
Public Member Functions | |
| States (Poss &pos, Vels &vel) | |
| position and velocity are stored exernally | |
| void | resize (int s) |
| resize | |
Public Attributes | |
| Poss & | positions |
| the position | |
| Vels & | velocities |
| the velocities | |
|
||||||||||||||||
|
position and velocity are stored exernally
Definition at line 242 of file integrator.h. |
|
||||||||||
|
|||||
|
the position
Definition at line 238 of file integrator.h. Referenced by animal::ExplicitIntegrator2< Position, Velocity, ComputeAcceleration, Real, Acceleration >::Derivator::operator()(), animal::v_eq(), animal::v_eq_ab(), and animal::v_peq(). |
|
|||||
|
the velocities
Definition at line 239 of file integrator.h. Referenced by animal::ExplicitIntegrator2< Position, Velocity, ComputeAcceleration, Real, Acceleration >::Derivator::operator()(), animal::v_eq(), animal::v_eq_ab(), and animal::v_peq(). |
1.3.6