edu.wisc.ssec.mcidasv.data.adde.sgp4
Class Angle

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.data.adde.sgp4.Angle

public class Angle
extends Object


Field Summary
 double degrees
           
 double radians
           
private static double RADIANS_TO_DEGREES
           
 
Constructor Summary
private Angle(double degrees, double radians)
           
 
Method Summary
static Angle fromRadians(double radians)
          Obtains an angle from a specified number of radians.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

degrees

public final double degrees

radians

public final double radians

RADIANS_TO_DEGREES

private static final double RADIANS_TO_DEGREES
See Also:
Constant Field Values
Constructor Detail

Angle

private Angle(double degrees,
              double radians)
Method Detail

fromRadians

public static Angle fromRadians(double radians)
Obtains an angle from a specified number of radians.

Parameters:
radians - the size in radians of the angle to be obtained.
Returns:
a new angle, whose size in radians is given by radians.