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