public static double Degrees(double start, double finish, double frac) { return(start + Interpolation.DifferenceInDegrees_(finish, start) * frac); }