Function CheckCollisionBoxSphere

Source
pub unsafe extern "C" fn CheckCollisionBoxSphere(
    box: BoundingBox,
    center: Vector3,
    radius: c_float,
) -> bool
Expand description

Check collision between box and sphere