예제 #1
0
 public static double degreesToRadians(int d, int m, int s) {
   Angle a = Angle.fromDegrees(d, m, s);
   return a.radians();
 }