예제 #1
0
 public static int radiansToDegrees(double r) {
   Angle a = Angle.fromRadians(r);
   return a.degrees();
 }