|
Chipmunk2D Pro API Reference
6.1.5
|
Functions | |
| cpRotaryLimitJoint * | cpRotaryLimitJointAlloc (void) |
| Allocate a damped rotary limit joint. | |
| cpRotaryLimitJoint * | cpRotaryLimitJointInit (cpRotaryLimitJoint *joint, cpBody *a, cpBody *b, cpFloat min, cpFloat max) |
| Initialize a damped rotary limit joint. | |
| cpConstraint * | cpRotaryLimitJointNew (cpBody *a, cpBody *b, cpFloat min, cpFloat max) |
| Allocate and initialize a damped rotary limit joint. | |
1.8.3.1