draw-poly-lines ( center sides radius rotation color -- )


Vocabulary
raylib

Inputs
centera Vector2
sidesan int
radiusa float
rotationa float
colora Color


Outputs
None

Word description
Draw a polygon outline of n sides

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-poly-lines void
DrawPolyLines
( Vector2 center, int sides, float radius, float rotation,
Color color )