Function S2Cap.interiorIntersects

Returns true if and only if the interior of this cap intersects the given other cap. (This relationship is not symmetric, since only the interior of this cap is used.)

bool interiorIntersects (
  in const(S2Cap) other
) const;