Returns the signed area of path (positive = counter-clockwise).
path
double computeSignedArea(List<Point<double>> path) => SphericalUtils.computeSignedArea(path);