Handbook
Glossary
draw-ellipse ( centerX centerY radiusH radiusV color -- )
Vocabulary
raylib
Inputs
centerX
an
int
centerY
an
int
radiusH
a
float
radiusV
a
float
color
a
Color
Outputs
None
Word description
Draw ellipse
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-ellipse
void
DrawEllipse
(
int
centerX,
int
centerY,
float
radiusH,
float
radiusV,
Color
color )