One big "exterior" triangle from X0 to X2, while have the area summed of the four sub triangles
triangle t0 = X0,i0,i2 t1 = i0,i2,i1, t2 =i0,X1,i2 and t3 = i1,i2,X2. The exterior triangle X0,X1,X2.
This will give four triangles each with an area of 1, the center triangle i0,i1,i2 will per...