Exemple #1
0
  // Convert from Degrees to Radians.
  private float AR_DegToRad(float x) {

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