Function check_collision_box_sphere

Source
pub fn check_collision_box_sphere(
    bbox: BoundingBox,
    center: Vector3,
    radius: f32,
) -> bool
Expand description

Check collision between box and sphere