Handbook
Glossary
cpPivotJointNew2 ( 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*
cpPivotJointNew2
( cpBody* a, cpBody* b,
cpVect
anchr1,
cpVect
anchr2 )