Handbook
Glossary
clamp-loc ( point max -- point )
Vocabulary
ui
.
gadgets
.
lists
Inputs
point
an
object
max
an
object
Outputs
point
an
object
Definition
USING:
kernel
math.vectors
;
IN:
ui.gadgets.lists
:
clamp-loc
( point max -- point )
{
0 0
}
swap
vclamp
;