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