Handbook
Glossary
vertex-array ( dim -- vertices )
Vocabulary
grid-meshes
.
private
Inputs
dim
an
object
Outputs
vertices
an
object
Definition
USING:
grouping
kernel
math
ranges
sequences
;
IN:
grid-meshes.private
:
vertex-array
( dim -- vertices )
first2
[
[
0.0 1.0 1.0
]
dip
/f
<range>
]
bi@
2
<clumps>
[
first2
vertex-array-row
]
with
map
concat
;