cpSlideJointInit ( joint a b anchr1 anchr2 min max -- cpSlideJoint* )


Vocabulary
chipmunk.ffi

Inputs
jointan object
aan object
ban object
anchr1an object
anchr2an object
minan object
maxan object


Outputs
cpSlideJoint*an object


Definition


LIBRARY: chipmunk FUNCTION: cpSlideJoint* cpSlideJointInit
( cpSlideJoint* joint, cpBody* a, cpBody* b, cpVect anchr1,
cpVect anchr2, cpFloat min, cpFloat max )