Handbook
Glossary
cpGearJointInit ( joint a b phase ratio -- cpGearJoint* )
Vocabulary
chipmunk
.
ffi
Inputs
joint
an
object
a
an
object
b
an
object
phase
an
object
ratio
an
object
Outputs
cpGearJoint*
an
object
Definition
USING:
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpGearJoint*
cpGearJointInit
( cpGearJoint* joint, cpBody* a, cpBody* b,
cpFloat
phase,
cpFloat
ratio )