Handbook
Glossary
rh-up? ( object -- ? )
Vocabulary
game
.
models
.
collada
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
rh-up
class.
Definition
USING:
kernel
;
IN:
game.models.collada.private
:
rh-up?
( object -- ? )
dup
z-up?
[
drop
t
]
[
dup
y-up?
[
drop
t
]
[
x-up?
]
if
]
if
;