Handbook
Glossary
reflection-frustum ( gadget -- -x x -y y near far )
Vocabulary
spheres
Inputs
gadget
an
object
Outputs
-x
an
object
x
an
object
-y
an
object
y
an
object
near
an
object
far
an
object
Definition
USING:
kernel
opengl.demo-support
;
IN:
spheres
:
reflection-frustum
( gadget -- -x x -y y near far )
[
near-plane
]
[
far-plane
]
bi
[
drop
dup
[
-+
]
bi@
]
2keep
;