
#include <modelnew.h>
Inheritance diagram for Model3DRigidHelical::

Public Methods | |
| Model3DRigidHelical (string path) | |
| virtual | ~Model3DRigidHelical () |
| virtual MSLVector | StateTransitionEquation (const MSLVector &x, const MSLVector &u) |
| Give the equations of motion for a helical kinematic system. | |
| virtual MSLVector | Integrate (const MSLVector &x, const MSLVector &u, const double &h) |
| Perform integration from state x, using input u, over time step h. | |
|
|
|
|
|
|
|
|
Perform integration from state x, using input u, over time step h.
Reimplemented from Model3DRigid. |
|
|
Give the equations of motion for a helical kinematic system.
Reimplemented from Model3DRigid. |