check-collision-spheres ( center1 radius1 center2 radius2 -- bool )


Vocabulary
raylib

Inputs
center1a Vector3
radius1a float
center2a Vector3
radius2a float


Outputs
boola bool


Word description
Check collision between two spheres

Definition


LIBRARY: raylib FUNCTION-ALIAS: check-collision-spheres bool
CheckCollisionSpheres
( Vector3 center1, float radius1, Vector3 center2, float
radius2 )