Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
cpDampedRotarySpring? ( object -- ? )
Vocabulary
chipmunk.ffi
Inputs and outputs
object
an
object
?
a boolean
Word description
Tests if the object is an instance of the
cpDampedRotarySpring
class.
Definition
USING:
classes.tuple.private
;
IN:
chipmunk.ffi
:
cpDampedRotarySpring?
( object -- ? )
\
cpDampedRotarySpring
9
tuple-instance?
;