Handbook
Glossary
debug-axes ( pt mat -- )
Vocabulary
game
.
debug
Inputs
pt
an
object
mat
an
object
Outputs
None
Definition
USING:
colors
columns
kernel
math.vectors
;
IN:
game.debug
:
debug-axes
( pt mat -- )
[
0
<column>
normalize
over
v+
COLOR:
red
debug-line
]
[
1
<column>
normalize
over
v+
COLOR:
green
debug-line
]
[
2
<column>
normalize
over
v+
COLOR:
blue
debug-line
]
2tri
;
inline