Handbook
Glossary
image-offset ( x,y image -- xy )
Vocabulary
images
.
processing
Inputs
x,y
an
object
image
an
object
Outputs
xy
an
object
Definition
USING:
accessors
math
sequences
;
IN:
images.processing
::
image-offset
( x,y image -- xy )
image
dim>>
first
x,y
second
*
x,y
first
+
;