Handbook
Glossary
cpPinJointNew ( a b anchr1 anchr2 -- cpConstraint* )
Vocabulary
chipmunk
.
ffi
Inputs
a
an
object
b
an
object
anchr1
an
object
anchr2
an
object
Outputs
cpConstraint*
an
object
Definition
USING:
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpConstraint*
cpPinJointNew
( cpBody* a, cpBody* b,
cpVect
anchr1,
cpVect
anchr2 )