Handbook
Glossary
draw-ellipse-v ( center radiusH radiusV color -- )
Vocabulary
raylib
Inputs
center
a
Vector2
radiusH
a
float
radiusV
a
float
color
a
Color
Outputs
None
Word description
Draw ellipse (Vector version)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-ellipse-v
void
DrawEllipseV
(
Vector2
center,
float
radiusH,
float
radiusV,
Color
color
)