step/stepcore
#include <world.h>
Constraints information structure XXX: Move it to constraintsolver.h.
Definition at line 216 of file world.h.
StepCore::ConstraintsInfo::ConstraintsInfo |
( |
| ) |
|
|
inline |
void StepCore::ConstraintsInfo::clear |
( |
| ) |
|
Clear the structure.
Definition at line 242 of file world.cc.
void StepCore::ConstraintsInfo::setDimension |
( |
int |
newVariablesCount, |
|
|
int |
newConstraintsCount, |
|
|
int |
newContactsCount = 0 |
|
) |
| |
Set variablesCount, constraintsCount and reset contactsCount, resize all arrays appropriately.
Definition at line 216 of file world.cc.
Accelerations of the bodies before applying constraints.
Definition at line 231 of file world.h.
bool StepCore::ConstraintsInfo::collisionFlag |
True if there is a collision to be resolved.
Definition at line 238 of file world.h.
int StepCore::ConstraintsInfo::constraintsCount |
Number of constraints equations.
Definition at line 219 of file world.h.
int StepCore::ConstraintsInfo::contactsCount |
Number of additional constrains equations due to contacts.
Definition at line 220 of file world.h.
VectorXd StepCore::ConstraintsInfo::derivative |
Time-derivative of constraints values.
Definition at line 224 of file world.h.
VectorXd StepCore::ConstraintsInfo::force |
Resulting constraints force.
Definition at line 236 of file world.h.
VectorXd StepCore::ConstraintsInfo::forceMax |
Constraints force upper limit.
Definition at line 234 of file world.h.
VectorXd StepCore::ConstraintsInfo::forceMin |
Constraints force lower limit.
Definition at line 233 of file world.h.
VectorXd StepCore::ConstraintsInfo::inverseMass |
Diagonal coefficients of the inverse mass matrix of the system.
Definition at line 227 of file world.h.
Position-derivative of constraints values.
Definition at line 225 of file world.h.
Time-derivative of constraintsJacobian.
Definition at line 226 of file world.h.
Positions of the bodies.
Definition at line 229 of file world.h.
VectorXd StepCore::ConstraintsInfo::value |
Current constarints values (amount of brokenness)
Definition at line 223 of file world.h.
int StepCore::ConstraintsInfo::variablesCount |
Number of dynamic variables.
Definition at line 218 of file world.h.
Velocities of the bodies.
Definition at line 230 of file world.h.
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.