ChipmunkSlideJoint
Similar to a ChipmunkPinJoint
, but the distance between the anchors is constrained to a certain range instead of a constant value.
Variables
anchr1 | The location of the anchor point on the parent body. |
anchr2 | The location of the anchor point on ChipmunkConstraint.bodyB . |
min | The minimum distance between the anchor points. |
max | The maximum distance between the anchor points. |
Inherited Variables
bodyB | The other body that the constraint attaches to. |
impulse | The magnitude of the impulse this constraint applied last frame. |
maxForce | Maximum force the constraint is allowed to use. |
errorBias | Rate that error (stretching of the constraint) is fixed. |
maxBias | Maximum rate that constraint error is fixed. |