A class for tracking the orientation of a body. More...
#include <CMC_Orientation.h>
Public Member Functions | |
CMC_Orientation () | |
Default constructor. | |
virtual | ~CMC_Orientation () |
Destructor. | |
void | setNull () |
Set NULL values for all member variables. | |
virtual void | computeDesiredAccelerations () |
Compute the desired accelerations. | |
virtual void | computeJacobian () |
Compute the Jacobian. | |
virtual void | computeEffectiveMassMatrix () |
Compute the effective mass matrix. |
A class for tracking the orientation of a body.
This class, although roughed out, is not yet fully implemented.
CMC_Orientation::CMC_Orientation | ( | ) |
Default constructor.
CMC_Orientation::~CMC_Orientation | ( | ) | [virtual] |
Destructor.
void CMC_Orientation::computeDesiredAccelerations | ( | ) | [virtual] |
Compute the desired accelerations.
void CMC_Orientation::computeEffectiveMassMatrix | ( | ) | [virtual] |
Compute the effective mass matrix.
Reimplemented from OpenSim::CMC_Task.
void CMC_Orientation::computeJacobian | ( | ) | [virtual] |
Compute the Jacobian.
Reimplemented from OpenSim::CMC_Task.
void CMC_Orientation::setNull | ( | void | ) |
Set NULL values for all member variables.
Reimplemented from OpenSim::CMC_Task.