Handbook
Glossary
<vertex> ( position -- vertex )
Vocabulary
euler
.
b-rep
.
subdivision
Inputs
position
an
object
Outputs
vertex
an
object
Definition
USING:
accessors
euler.b-rep
kernel
;
IN:
euler.b-rep.subdivision
:
<vertex>
( position -- vertex )
vertex
new
swap
>>position
;
inline