After trying to find some practical idea of how to find the largest angle of a triangle in 3D, I find myself in the painful situation of having no solution. The problem is the following:
If I have a triangle with vertices $A (0,0,7),\, B (0,60,11),\, C (0,80,4)$, how can I find out which vertex has the largest angle? I have not been able to find any method of calculating said vertex. If someone could guide me to be able to apply it to 3d triangles in general, it would be very helpful.