Handbook
Glossary
row-length ( image -- n )
Vocabulary
images
.
processing
.
rotation
.
private
Inputs
image
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
images.processing.rotation.private
:
row-length
( image -- n )
[
bitmap>>
length
]
[
dim>>
second
]
bi
/i
;