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

Functions

cpRotaryLimitJoint * cpRotaryLimitJointAlloc (void)
 Allocate a damped rotary limit joint.
 
cpRotaryLimitJoint * cpRotaryLimitJointInit (cpRotaryLimitJoint *joint, cpBody *a, cpBody *b, cpFloat min, cpFloat max)
 Initialize a damped rotary limit joint.
 
cpConstraintcpRotaryLimitJointNew (cpBody *a, cpBody *b, cpFloat min, cpFloat max)
 Allocate and initialize a damped rotary limit joint.
 

Detailed Description