Function raylib::ffi::CheckCollisionBoxSphere

source ยท
pub unsafe extern "C" fn CheckCollisionBoxSphere(
    box_: BoundingBox,
    center: Vector3,
    radius: f32
) -> bool