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