Handbook
Glossary
debug-cylinder ( pt half-height radius color -- )
Vocabulary
game
.
debug
Inputs
pt
an
object
half-height
an
object
radius
an
object
color
an
object
Outputs
None
Definition
USING:
game.debug.private
kernel
sequences
;
IN:
game.debug
::
debug-cylinder
( pt half-height radius color -- )
radius half-height
cylinder-vertices
scale-cylinder-vertices
[
[
color
debug-circle
]
bi@
]
[
color
[
debug-line
]
curry
2each
]
2bi
;
inline