[][src]Function raylib::ffi::CheckCollisionBoxSphere

pub unsafe extern "C" fn CheckCollisionBoxSphere(
    box_: BoundingBox,
    centerSphere: Vector3,
    radiusSphere: f32
) -> bool