FreeFloatingMassMatrix class
          #include <iDynTree/FreeFloatingMatrices.h>
        
        Class representing the mass matrix of a Free Floating robot.
Base classes
- class MatrixDynSize
 - Class providing a simple form of matrix with dynamic size.
 
Constructors, destructors, conversion operators
- FreeFloatingMassMatrix(size_t nrOfDofs = 0)
 - 
              FreeFloatingMassMatrix(const iDynTree::
Model& model)  - Constructor from a model, to get the appropriate size of the mass matrix.
 - ~FreeFloatingMassMatrix() virtual
 - Destructor.
 
Public functions
- 
              void resize(const iDynTree::
Model& model)  - Resize the class to match the dimension of the dofs contained in a Model.
 
Function documentation
              void iDynTree:: FreeFloatingMassMatrix:: resize(const iDynTree:: Model& model)
            
            Resize the class to match the dimension of the dofs contained in a Model.
| Parameters | |
|---|---|
| model | the model from which to get the number and dimension of the joints. |