Function check_collision_spheres

Source
pub fn check_collision_spheres(
    center1: Vector3,
    radius1: f32,
    center2: Vector3,
    radius2: f32,
) -> bool
Expand description

Check collision between two spheres