AnimaL |
Tutorial |
Documentation |
Definition at line 25 of file history.h.
Public Member Functions | |
Key (double t, Position p, Velocity v) | |
Key constructor. | |
Key () | |
Key destructor. | |
Public Attributes | |
double | time |
key time | |
Position | position |
key position | |
Velocity | velocity |
key velocity |
|
Key constructor.
Definition at line 31 of file history.h. References animal::History< Position, Velocity >::Key::position, animal::History< Position, Velocity >::Key::time, and animal::History< Position, Velocity >::Key::velocity. |
|
Key destructor.
|
|
key position
Definition at line 27 of file history.h. Referenced by animal::History< Position, Velocity >::Key::Key(). |
|
key time
Definition at line 26 of file history.h. Referenced by animal::History< Position, Velocity >::Key::Key(). |
|
key velocity
Definition at line 28 of file history.h. Referenced by animal::History< Position, Velocity >::Key::Key(). |