Home | Trees | Indices | Help |
|
---|
|
Version: $Id: constraint.py 335 2011-08-28 17:19:56Z vb@viblo.se $
Classes | |
Constraint Base class of all constraints. |
|
PinJoint Keeps the anchor points at a set distance from one another. |
|
SlideJoint Like pin joints, but have a minimum and maximum distance. A chain could be modeled using this joint. It keeps the anchor points from getting to far apart, but will allow them to get closer together. |
|
PivotJoint Simply allow two objects to pivot about a single point. |
|
GrooveJoint Similar to a pivot joint, but one of the anchors is on a linear slide instead of being fixed. |
|
DampedSpring A damped spring |
|
DampedRotarySpring Like a damped spring, but works in an angular fashion |
|
RotaryLimitJoint Constrains the relative rotations of two bodies. |
|
RatchetJoint Works like a socket wrench. |
|
GearJoint Keeps the angular velocity ratio of a pair of bodies constant. |
|
SimpleMotor Keeps the relative angular velocity of a pair of bodies constant. |
Variables | |
__package__ =
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 04 02:06:46 2011 | http://epydoc.sourceforge.net |