Handbook
Glossary
triangle-face? ( object -- ? )
Vocabulary
gpu
.
state
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
triangle-face
class.
Definition
USING:
kernel
;
IN:
gpu.state
:
triangle-face?
( object -- ? )
dup
face-cw?
[
drop
t
]
[
face-ccw?
]
if
;