Implementation of action of Pendulum. More...
Public Attributes | |
| double | action [1] |
| const int | size = 1 |
Implementation of action of Pendulum.
In Pendulum, the action represents the torque to be applied. This value is bounded in range -2.0 to 2.0 by default.
Definition at line 83 of file pendulum.hpp.
| double action[1] |
Definition at line 85 of file pendulum.hpp.
Referenced by Pendulum::Sample().
| const int size = 1 |
Definition at line 87 of file pendulum.hpp.