Ejemplo n.º 1
0
  // Convert from Radians to Degrees.
  private float AR_RadToDeg(float x) {

    return (float) Math.toDegrees(x);
  }