Handbook
Glossary
wasd-fov-vector ( world -- fov )
Vocabulary
gpu
.
util
.
wasd
Inputs
world
an
object
Outputs
fov
an
object
Definition
USING:
accessors
kernel
math
math.order
math.vectors
sequences
;
IN:
gpu.util.wasd
:
wasd-fov-vector
( world -- fov )
dim>>
dup
first2
min
>float
v/n
fov
v*n
;
inline