Handbook
Glossary
cpPivotJointInit ( joint a b anchr1 anchr2 -- cpPivotJoint* )
Vocabulary
chipmunk
.
ffi
Inputs
joint
an
object
a
an
object
b
an
object
anchr1
an
object
anchr2
an
object
Outputs
cpPivotJoint*
an
object
Definition
USING:
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpPivotJoint*
cpPivotJointInit
( cpPivotJoint* joint, cpBody* a, cpBody* b,
cpVect
anchr1,
cpVect
anchr2 )