See the image that I uploaded...
I want to write the surface S (bounded by edges u, v and w) in terms of x, y and z, u, v and w and A, B and C. And I got it!
See:
S(A,B,C) = \sqrt{A^2+B^2+C^2}
S(x,y,z) = \sqrt{\frac{1}{4}( (yz)^2 + (zx)^2 + (xy)^2 )}
S(u,v,w) =...