Chipmunk2D Pro API Reference  6.2.1
 All Classes Functions Variables Typedefs Properties Groups Pages
Classes | Functions
cpSlideJoint

Functions

cpSlideJoint * cpSlideJointAlloc (void)
 Allocate a slide joint.
 
cpSlideJoint * cpSlideJointInit (cpSlideJoint *joint, cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2, cpFloat min, cpFloat max)
 Initialize a slide joint.
 
cpConstraintcpSlideJointNew (cpBody *a, cpBody *b, cpVect anchr1, cpVect anchr2, cpFloat min, cpFloat max)
 Allocate and initialize a slide joint.
 

Detailed Description