Consider a spherical triangle with vertices $A, B$ and $C$, respectively. How to determine its area?
I know the formula:
$A = E R^2$,
where $R$ is radius of sphere, and $E$ is the excess angle of $(a + b + c - \pi)$, but how to determine the angles between $ABC, ACB$ and $BAC$?
The angle between two great circles is equal to the angle between the planes containing them. Such a plane always passes through the centre of the sphere, say $O$. So, for example, angle $a$ is the angle between two planes, one of which passes through $A$, $B$, and $O$, and the other passes through $A$, $C$, and $O$.
The angle between two planes, in turn, equals the angle between their normals, and you can determine the normal from the three points by using the cross product.