|
|
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.
|
| |
|
| CP_DefineConstraintGetter (cpGrooveJoint, cpVect, grv_a, GrooveA) void cpGrooveJointSetGrooveA(cpConstraint *constraint |
| | Set endpoint a of a groove joint's groove.
|
| |
|
| CP_DefineConstraintGetter (cpGrooveJoint, cpVect, grv_b, GrooveB) void cpGrooveJointSetGrooveB(cpConstraint *constraint |
| | Set endpoint b of a groove joint's groove.
|
| |