step/stepcore
StepCore::ConstraintsInfo Struct Reference
[Rigid joints]
#include <world.h>
Detailed Description
Constraints information structure XXX: Move it to constraintsolver.h.Definition at line 216 of file world.h.
Public Member Functions | |
| int | addContact () |
| void | clear () |
| void | clearContacts () |
| ConstraintsInfo () | |
| void | setDimension (int newVariablesCount, int newConstraintsCount) |
Public Attributes | |
| GmmArrayVector | acceleration |
| bool | collisionFlag |
| int | constraintsCount |
| int | contactsCount |
| GmmStdVector | derivative |
| GmmStdVector | force |
| GmmStdVector | forceMax |
| GmmStdVector | forceMin |
| GmmSparseRowMatrix | inverseMass |
| GmmSparseRowMatrix | jacobian |
| GmmSparseRowMatrix | jacobianDerivative |
| GmmArrayVector | position |
| GmmStdVector | value |
| int | variablesCount |
| GmmArrayVector | velocity |
Constructor & Destructor Documentation
Member Function Documentation
| int StepCore::ConstraintsInfo::addContact | ( | ) |
| void StepCore::ConstraintsInfo::clear | ( | ) |
| void StepCore::ConstraintsInfo::clearContacts | ( | ) |
| void StepCore::ConstraintsInfo::setDimension | ( | int | newVariablesCount, | |
| int | newConstraintsCount | |||
| ) |
Member Data Documentation
The documentation for this struct was generated from the following files:
KDE 4.2 API Reference