Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
draw-ray ( ray color -- )
Vocabulary
raylib.ffi
Inputs and outputs
ray
an
object
color
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-ray
void DrawRay
(
Ray
ray,
Color
color )