#include <ConstraintForceSolver.h>
| ConstraintForceSolver::ConstraintForceSolver |
( |
WorldBase & |
world | ) |
|
| ConstraintForceSolver::~ConstraintForceSolver |
( |
| ) |
|
| void ConstraintForceSolver::clearExternalForces |
( |
| ) |
|
| double ConstraintForceSolver::coefficientOfRestitution |
( |
| ) |
const |
| int ConstraintForceSolver::collisionHandlerId |
( |
const std::string & |
name | ) |
const |
| double ConstraintForceSolver::contactCorrectionDepth |
( |
| ) |
|
| double ConstraintForceSolver::contactCorrectionVelocityRatio |
( |
| ) |
|
| double ConstraintForceSolver::contactCullingDepth |
( |
| ) |
|
| double ConstraintForceSolver::contactCullingDistance |
( |
| ) |
const |
| void ConstraintForceSolver::enableConstraintForceOutput |
( |
bool |
on | ) |
|
| double ConstraintForceSolver::gaussSeidelErrorCriterion |
( |
| ) |
|
| int ConstraintForceSolver::gaussSeidelMaxNumIterations |
( |
| ) |
|
| void ConstraintForceSolver::initialize |
( |
void |
| ) |
|
| int ConstraintForceSolver::registerCollisionHandler |
( |
const std::string & |
name, |
|
|
CollisionHandler |
handler |
|
) |
| |
| void ConstraintForceSolver::set2Dmode |
( |
bool |
on | ) |
|
| void ConstraintForceSolver::setCoefficientOfRestitution |
( |
double |
epsilon | ) |
|
| void ConstraintForceSolver::setCollisionHandler |
( |
Link * |
link1, |
|
|
Link * |
link2, |
|
|
int |
handlerId |
|
) |
| |
| void ConstraintForceSolver::setContactCullingDepth |
( |
double |
depth | ) |
|
| void ConstraintForceSolver::setContactCullingDistance |
( |
double |
thresh | ) |
|
| void ConstraintForceSolver::setContactDepthCorrection |
( |
double |
depth, |
|
|
double |
velocityRatio |
|
) |
| |
| void ConstraintForceSolver::setFriction |
( |
double |
staticFriction, |
|
|
double |
slipFliction |
|
) |
| |
| void ConstraintForceSolver::setFriction |
( |
Link * |
link1, |
|
|
Link * |
link2, |
|
|
double |
staticFriction, |
|
|
double |
slipFriction |
|
) |
| |
| void ConstraintForceSolver::setGaussSeidelErrorCriterion |
( |
double |
e | ) |
|
| void ConstraintForceSolver::setGaussSeidelMaxNumIterations |
( |
int |
n | ) |
|
| double ConstraintForceSolver::slipFriction |
( |
| ) |
const |
| void ConstraintForceSolver::solve |
( |
| ) |
|
| double ConstraintForceSolver::staticFriction |
( |
| ) |
const |
| void ConstraintForceSolver::unregisterCollisionHandler |
( |
int |
handlerId | ) |
|
The documentation for this class was generated from the following files: