|
Chipmunk2D Pro API Reference
6.1.5
|
Functions | |
| cpPivotJoint * | cpPivotJointAlloc (void) |
| Allocate a pivot joint. | |
| cpPivotJoint * | cpPivotJointInit (cpPivotJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2) |
| Initialize a pivot joint. | |
| cpConstraint * | cpPivotJointNew (cpBody *a, cpBody *b, cpVect pivot) |
| Allocate and initialize a pivot joint. | |
| cpConstraint * | cpPivotJointNew2 (cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2) |
| Allocate and initialize a pivot joint with specific anchors. | |
1.8.3.1