Handbook
Glossary
cartesian
Vocabulary
ui
.
gadgets
.
cartesian
Definition
USING:
ui.gadgets.slate
;
IN:
ui.gadgets.cartesian
TUPLE:
cartesian
<
slate
x-min x-max y-min y-max z-min z-max perspective
;
Methods
USING:
accessors
combinators
kernel
opengl.gl
ui.gadgets.cartesian
ui.gadgets.slate
;
M:
cartesian
establish-coordinate-system
dup
{
[
x-min>>
]
[
x-max>>
]
[
y-min>>
]
[
y-max>>
]
[
z-min>>
]
[
z-max>>
]
}
cleave
glOrtho
;