cpPivotJointInit ( joint a b anchr1 anchr2 -- cpPivotJoint* )


Vocabulary
chipmunk.ffi

Inputs
jointan object
aan object
ban object
anchr1an object
anchr2an object


Outputs
cpPivotJoint*an object


Definition


LIBRARY: chipmunk FUNCTION: cpPivotJoint* cpPivotJointInit
( cpPivotJoint* joint, cpBody* a, cpBody* b, cpVect anchr1,
cpVect anchr2 )