Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
draw-poly ( center sides radius rotation color -- )
Vocabulary
raylib.ffi
Inputs and outputs
center
an
object
sides
an
object
radius
an
object
rotation
an
object
color
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-poly
void DrawPoly
(
Vector2
center,
int
sides,
float
radius,
float
rotation,
Color
color )