#include <model3ddyn.h>
Inheritance diagram for Model3DDyn:
Public Methods | |
Model3DDyn (string path) | |
virtual | ~Model3DDyn () |
virtual MSLVector | StateTransitionEquation (const MSLVector &x, const MSLVector &u) |
The state transition equation, or equations of motion, xdot=f(x,u). More... | |
virtual bool | Satisfied (const MSLVector &state) |
Test whether global state-space constraints are satisfied. More... | |
Public Attributes | |
double | m |
MSLMatrix | I |
|
|
|
|
|
Test whether global state-space constraints are satisfied.
Reimplemented from Model. |
|
The state transition equation, or equations of motion, xdot=f(x,u).
Reimplemented from Model3DRigid. |
|
|
|
|