Class definitions for dynamic constraints.
-
constraint - base class for dynamic constraints.
-
uconstraint - base class for unilateral constraints
-
bconstraint - base class for bilateral constraints
-
rigidClosure - A bilateral constraint that prevents one link from moving relative to the world coordinate system, or prevents two links from moving relative to each other.
-
ballJointConstraint - A bilateral constraint for ball joints.
-
planarPinConstraint - A bilateral constraint for pin joints.
-
simpleJointConstraint - A bilateral constraint that constrains two joints to have equal or opposite acceleration.
-
limitConstraint - A unilateral constraint for joint limits.
-
tetherConstraint - A unilateral constraint for an ideal tether between a link and a fixed world point
-
contactConstraint - A unilateral constraint for frictionless contact between a link and a fixed surface.
-
frictionContact - A unilateral constraint for a frictional contact between a link and a fixed surface.
-
rollingContact - unilateral constraint for rolling contact with friction.
-
constraintSolver - The constraintSolver class implements a modified version of Baraff's algorithm [1], [2] for bilateral and unilateral constraints, with and without static and dynamic friction.
-
addJointConstraints - adds limitConstraints to m for the joint DOFs that have limits.
dynoConstraint.h contains class definitions for dynamic constraints
and constraintSolver, a class that performs constraint satisfaction
for a system of mechanisms.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.