Chipmunk2D Pro API Reference  6.1.5
 All Classes Functions Variables Typedefs Properties Groups Pages
Classes | Functions
cpPivotJoint

Functions

cpPivotJoint * cpPivotJointAlloc (void)
 Allocate a pivot joint.
 
cpPivotJoint * cpPivotJointInit (cpPivotJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2)
 Initialize a pivot joint.
 
cpConstraintcpPivotJointNew (cpBody *a, cpBody *b, cpVect pivot)
 Allocate and initialize a pivot joint.
 
cpConstraintcpPivotJointNew2 (cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2)
 Allocate and initialize a pivot joint with specific anchors.
 

Detailed Description