#include <ConstraintForceSolver.h>
| ConstraintForceSolver::ConstraintForceSolver |
( |
WorldBase & |
world | ) |
|
| ConstraintForceSolver::~ConstraintForceSolver |
( |
| ) |
|
| bool ConstraintForceSolver::addCollisionCheckLinkPair |
( |
int |
bodyIndex1, |
|
|
Link * |
link1, |
|
|
int |
bodyIndex2, |
|
|
Link * |
link2, |
|
|
double |
muStatic, |
|
|
double |
muDynamic, |
|
|
double |
culling_thresh, |
|
|
double |
epsilon |
|
) |
| |
| void ConstraintForceSolver::clearCollisionCheckLinkPairs |
( |
| ) |
|
| void ConstraintForceSolver::clearExternalForces |
( |
| ) |
|
| void ConstraintForceSolver::enableConstraintForceOutput |
( |
bool |
on | ) |
|
| bool cnoid::ConstraintForceSolver::enableJointRangeStopper |
( |
bool |
isEnabled | ) |
|
| bool cnoid::ConstraintForceSolver::enableVelocityOverwriting |
( |
bool |
isEnabled | ) |
|
| void ConstraintForceSolver::initialize |
( |
void |
| ) |
|
| void ConstraintForceSolver::setGaussSeidelParameters |
( |
int |
maxNumIteration, |
|
|
int |
numInitialIteration, |
|
|
double |
maxRelError |
|
) |
| |
| void ConstraintForceSolver::setNegativeVelocityRatioForPenetration |
( |
double |
ratio | ) |
|
| void ConstraintForceSolver::solve |
( |
| ) |
|
このクラス詳解は次のファイルから抽出されました: