|
Chipmunk
6.0.3
Chipmunk API Reference for Kobold2D developers
|
Data Structures | |
| struct | cpPivotJoint |
Functions | |
| const cpConstraintClass * | cpPivotJointGetClass (void) |
| 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. | |
| CP_DefineConstraintProperty (cpPivotJoint, cpVect, anchr1, Anchr1) | |
| CP_DefineConstraintProperty (cpPivotJoint, cpVect, anchr2, Anchr2) | |
| CP_DefineConstraintProperty | ( | cpPivotJoint | , |
| cpVect | , | ||
| anchr1 | , | ||
| Anchr1 | |||
| ) |
| CP_DefineConstraintProperty | ( | cpPivotJoint | , |
| cpVect | , | ||
| anchr2 | , | ||
| Anchr2 | |||
| ) |
| cpPivotJoint* cpPivotJointAlloc | ( | void | ) |
Allocate a pivot joint.
| const cpConstraintClass* cpPivotJointGetClass | ( | void | ) |
| 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.