Handbook
Glossary
cpDampedRotarySpringNew ( a b restAngle stiffness damping -- cpConstraint* )
Vocabulary
chipmunk
.
ffi
Inputs
a
an
object
b
an
object
restAngle
an
object
stiffness
an
object
damping
an
object
Outputs
cpConstraint*
an
object
Definition
USING:
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpConstraint*
cpDampedRotarySpringNew
( cpBody* a, cpBody* b,
cpFloat
restAngle,
cpFloat
stiffness,
cpFloat
damping )