pub unsafe extern "C" fn CheckCollisionSpheres(
    center1: Vector3,
    radius1: c_float,
    center2: Vector3,
    radius2: c_float
) -> bool
Expand description

Check collision between two spheres