check-collision-box-sphere ( box center radius -- bool )


Vocabulary
raylib

Inputs
boxa BoundingBox
centera Vector3
radiusa float


Outputs
boola bool


Word description
Check collision between box and sphere

Definition