Handbook
Glossary
draw-ellipse ( center dim -- )
Vocabulary
processing
.
shapes
Inputs
center
an
object
dim
an
object
Outputs
None
Definition
USING:
kernel
namespaces
opengl
;
IN:
processing.shapes
:
draw-ellipse
( center dim -- )
gl3-mode?
get-global
[
draw-ellipse-gl3
]
[
draw-ellipse-legacy
]
if
;