For any $6$ coplanar points
$$\left(x_{1}+y_{1},x_{2}+y_{2},x_{3}+y_{3}\right)$$
$$\left(x_{1}+y_{2},x_{2}+y_{1},x_{3}+y_{3}\right)$$
$$\left(x_{1}+y_{3},x_{2}+y_{2},x_{3}+y_{1}\right)$$ $$\left(x_{1}+y_{1},x_{2}+y_{3},x_{3}+y_{2}\right)$$ $$\left(x_{1}+y_{2},x_{2}+y_{3},x_{3}+y_{1}\right)$$ $$\left(x_{1}+y_{3},x_{2}+y_{1},x_{3}+y_{2}\right)$$
how to determine whether the convex hull of these $6$ points contains a point with one coordinate equal to $0$. What are the coordinates of that point?
Label the points in the given order as $p_1,...,p_6$. Then the convex hull consists of the expressions $ap_1+bp_2+cp_3+dp_4+ep_5+fp_6$ where $a+b+c+d+e+f=1$ and each of $a,...,f$ is nonnegative. Suppose we set the first of the three coordinates to $0$. Since the sum of $a,...,f$ is $1$ this gives the equation $$x_1 + (a+d)y_1+(b+e)y_2+(c+f)y_3=0.\tag{1}$$ I'll just look at the case $x_1>0$ since otherwise it should be similar. EDIT: It turns out I never use $x_1>0$ so this restriction may be dropped.
Now note that except for the $x_1$ on the left of (1), the rest is just the convex hull (on the real line) of the three points $y_1,y_2,y_3$. Assuming without loss that $y_1\le y_2 \le y_3$, this hull is the closed interval $[y_1,y_3].$ Hence equation (1) has a solution iff $x_1+y_1 \le 0 \le x_1+y_3.$ Assuming this holds, we only need "use" the points $y_1,y_3$ to solve it, that is, we may set $b=e=0$ and continue to solve.
Then if $s=a+d,t=c+f$ we want to solve $y_1s+y_3t=-x$ where $s+t=1$ and $s,t\ge 0.$ Doing this gives $$s=\frac{x_1+y_3}{y_3-y_1}$$ and $t=1-s.$ Note that the numerator here is nonnegative because of our (necessary) assumption $x_1+y_1 \le 0 \le x_1+y_3,$ while the denominator is positive unless some of the $y_k$ coincide, a separate case that may have to be done. [EDIT: The only way $y_3-y_1=0$ is when all the $y_k$ are equal, say to $k$, in which case equation (1) becomes simply $x_1+k=0$, where the common values of the $y_k$ make that part of the sum equal to $k$. In this case no matter what choices are made for the coefficients $a,...,f$ there will be $x=0$ in the hull iff $x_1+k=0$, and if so all points of the hull have $x=0$] Also note that the numerator of $t=1-s$ is $-(x_1+y_1)$, again nonnegative because of the above necessary assumption. For specific values for $a,d,c,f$ we may choose any so that their sums are $s$ and $t$, e.g. $a=s,c=t,d=f=0.$