dart
|
#include <ConstraintBase.hpp>
Public Attributes | |
double * | x |
Impulse. | |
double * | lo |
Lower bound of x. | |
double * | hi |
Upper bound of x. | |
double * | b |
Bias term. | |
double * | w |
Slack variable. | |
int * | findex |
Friction index. | |
double | invTimeStep |
Inverse of time step. | |