Handbook
Glossary
cpBodyApplyForce ( body f r -- )
Vocabulary
chipmunk
.
ffi
Inputs
body
an
object
f
an
object
r
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
void
cpBodyApplyForce
( cpBody* body,
cpVect
f,
cpVect
r )