Returns the angle between from and to, in radians.
from
to
double computeAngleBetween(Point<double> from, Point<double> to) => SphericalUtils.computeAngleBetween(from, to);