Handbook
Glossary
calc-point-y ( slope y point -- xy )
Vocabulary
ui
.
gadgets
.
charts
.
lines
.
private
Inputs
slope
an
object
y
an
object
point
an
object
Outputs
xy
an
object
Definition
USING:
arrays
kernel
;
IN:
ui.gadgets.charts.lines.private
:
calc-point-y
( slope y point -- xy )
over
[
calc-x
]
dip
2array
;