Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
check-collision-recs ( rec1 rec2 -- bool )
Vocabulary
raylib.ffi
Inputs and outputs
rec1
an
object
rec2
an
object
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib.ffi
LIBRARY:
raylib
FUNCTION-ALIAS:
check-collision-recs
bool
CheckCollisionRecs (
Rectangle
rec1,
Rectangle
rec2 )