check-collision-boxes ( box1 box2 -- bool )


Vocabulary
raylib

Inputs
box1a BoundingBox
box2a BoundingBox


Outputs
boola bool


Word description
Check collision between two bounding boxes

Definition