Handbook
Glossary
affine-transform? ( object -- ? )
Vocabulary
math
.
affine-transforms
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
affine-transform
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
math.affine-transforms
:
affine-transform?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
affine-transform
eq?
]
[
drop
f
]
if
;