Handbook
Glossary
accumulate-divisions-to-grid ( scaled-dims -- x )
Vocabulary
opengl
.
textures
.
private
Inputs
scaled-dims
an
object
Outputs
x
an
object
Definition
USING:
kernel
math
sequences
;
IN:
opengl.textures.private
:
accumulate-divisions-to-grid
( scaled-dims -- x )
[
first-row-xs
]
[
first-col-ys
]
bi
[
0
[
+
]
accumulate
nip
]
bi@
cartesian-product
flip
;