• Returns the overlap area of two circles of radius r1 and r2 - that have their centers separated by distance d. Simpler faster circle intersection for only two circles

    Parameters

    • r1: any
    • r2: any
    • d: any

    Returns number