[][src]Function raylib::core::collision::check_collision_ray_sphere_ex

pub fn check_collision_ray_sphere_ex(
    ray: Ray,
    sphere_position: impl Into<Vector3>,
    sphere_radius: f32
) -> Option<Vector3>

Detects collision between ray and sphere, and returns the collision point.