Handbook
Glossary
cpShapeInit ( shape klass body -- cpShape* )
Vocabulary
chipmunk
.
ffi
Inputs
shape
an
object
klass
an
object
body
an
object
Outputs
cpShape*
an
object
Definition
USING:
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpShape*
cpShapeInit
( cpShape* shape, cpShapeClass* klass, cpBody* body )