Handbook
Glossary
new-vertex ( position b-rep -- vertex )
Vocabulary
euler
.
b-rep
Inputs
position
an
object
b-rep
an
object
Outputs
vertex
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
euler.b-rep
:
new-vertex
( position b-rep -- vertex )
[
f
vertex
boa
dup
]
dip
vertices>>
push
;
inline