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

Functions

cpRatchetJoint * cpRatchetJointAlloc (void)
 Allocate a ratchet joint.
 
cpRatchetJoint * cpRatchetJointInit (cpRatchetJoint *joint, cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet)
 Initialize a ratched joint.
 
cpConstraintcpRatchetJointNew (cpBody *a, cpBody *b, cpFloat phase, cpFloat ratchet)
 Allocate and initialize a ratchet joint.
 

Detailed Description