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