Handbook
Glossary
cpContactInit ( con p n dist hash -- cpContact* )
Vocabulary
chipmunk
.
ffi
Inputs
con
an
object
p
an
object
n
an
object
dist
an
object
hash
an
object
Outputs
cpContact*
an
object
Definition
USING:
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpContact*
cpContactInit
( cpContact* con,
cpVect
p,
cpVect
n,
cpFloat
dist,
cpHashValue
hash )