Handbook
Glossary
cpSlideJointInit ( joint a b anchr1 anchr2 min max -- cpSlideJoint* )
Vocabulary
chipmunk
.
ffi
Inputs
joint
an
object
a
an
object
b
an
object
anchr1
an
object
anchr2
an
object
min
an
object
max
an
object
Outputs
cpSlideJoint*
an
object
Definition
USING:
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpSlideJoint*
cpSlideJointInit
( cpSlideJoint* joint, cpBody* a, cpBody* b,
cpVect
anchr1,
cpVect
anchr2,
cpFloat
min,
cpFloat
max )