Classes |
struct | cpGrooveJoint |
Functions |
cpGrooveJoint * | cpGrooveJointAlloc (void) |
| Allocate a groove joint.
|
cpGrooveJoint * | cpGrooveJointInit (cpGrooveJoint *joint, cpBody *a, cpBody *b, cpVect groove_a, cpVect groove_b, cpVect anchr2) |
| Initialize a groove joint.
|
cpConstraint * | cpGrooveJointNew (cpBody *a, cpBody *b, cpVect groove_a, cpVect groove_b, cpVect anchr2) |
| Allocate and initialize a groove joint.
|
void | cpGrooveJointSetGrooveA (cpConstraint *constraint, cpVect value) |
| Set endpoint a of a groove joint's groove.
|
void | cpGrooveJointSetGrooveB (cpConstraint *constraint, cpVect value) |
| Set endpoint b of a groove joint's groove.
|