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