Manual:

Tutorials:

API:

ChipmunkSlideJoint

Class : Inherits from ChipmunkConstraint

Similar to a @ChipmunkPinJoint@, but the distance between the anchors is constrained to a certain range instead of a constant value.


Variables


anchr1The location of the anchor point on the parent body.
anchr2The location of the anchor point on bodyB.
minThe minimum distance between the anchor points.
maxThe maximum distance between the anchor points.


Inherited Variables


bodyBThe other body that the constraint attaches to.
maxForceMaximum force the constraint is allowed to use.
errorBiasRate that error (stretching of the constraint) is fixed.
maxForceMaximum rate that constraint error is fixed.