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