|
Chipmunk2D Pro API Reference
6.1.5
|
Functions | |
| cpRatchetJoint * | cpRatchetJointAlloc (void) |
| Allocate a ratchet joint. | |
| cpRatchetJoint * | cpRatchetJointInit (cpRatchetJoint *joint, cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet) |
| Initialize a ratched joint. | |
| cpConstraint * | cpRatchetJointNew (cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet) |
| Allocate and initialize a ratchet joint. | |
1.8.3.1