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