Chipmunk Pro API Reference  6.1.3
 All Classes Functions Variables Typedefs Properties Groups Pages
Classes | Functions
cpPinJoint

Functions

cpPinJoint * cpPinJointAlloc (void)
 Allocate a pin joint.
 
cpPinJoint * cpPinJointInit (cpPinJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2)
 Initialize a pin joint.
 
cpConstraintcpPinJointNew (cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2)
 Allocate and initialize a pin joint.
 

Detailed Description