Handbook
Glossary
check-collision-box-sphere ( box center radius -- bool )
Vocabulary
raylib
Inputs
box
a
BoundingBox
center
a
Vector3
radius
a
float
Outputs
bool
a
bool
Word description
Check collision between box and sphere
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
check-collision-box-sphere
bool CheckCollisionBoxSphere
(
BoundingBox
box,
Vector3
center,
float
radius )