Handbook
Glossary
draw-poly ( center sides radius rotation color -- )
Vocabulary
raylib
Inputs
center
a
Vector2
sides
an
int
radius
a
float
rotation
a
float
color
a
Color
Outputs
None
Word description
Draw a regular polygon (Vector version)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-poly
void DrawPoly
(
Vector2
center,
int
sides,
float
radius,
float
rotation,
Color
color )