Require that ellipse e1 overlaps with ellipse e2 with some overlap overlap.

  • Parameters

    • c1: Vec2

      Center of e1

    • rx1: Num

      Horizontal radius of e1

    • ry1: Num

      Vertical radius of e1

    • c2: Vec2

      Center of e2

    • rx2: Num

      Horizontal radius of e2

    • ry2: Num

      Vertical radius of e2

    • overlap: Num = 0

      The least amount of overlap (default: 0)

    Returns Num