|
Chipmunk2D Pro API Reference
6.1.5
|
Functions | |
| cpPinJoint * | cpPinJointAlloc (void) |
| Allocate a pin joint. | |
| cpPinJoint * | cpPinJointInit (cpPinJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2) |
| Initialize a pin joint. | |
| cpConstraint * | cpPinJointNew (cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2) |
| Allocate and initialize a pin joint. | |
1.8.3.1