Function overlappingCircleEllipse

Require that circle c overlaps with ellipse e with some overlap overlap.

  • Parameters

    • c1: Vec2

      Center of c

    • r1: Num

      Radius of c

    • c2: Vec2

      Center of e

    • rx2: Num

      Horizontal radius of e

    • ry2: Num

      Vertical radius of e

    • overlap: Num = 0

      The least amount of overlap (default: 0)

    Returns Num