public class CelestialAngle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
azimuth
angle to azimuth
|
double |
zenith
angle to zenith
|
| Constructor and Description |
|---|
CelestialAngle()
Default constructor.
|
CelestialAngle(CelestialAngle other)
Copy constructor.
|
CelestialAngle(double azimuthIn,
double zenithIn)
Constructor.
|
public double azimuth
public double zenith
public CelestialAngle()
public CelestialAngle(double azimuthIn,
double zenithIn)
azimuthIn - the angle to the azimuthzenithIn - the angle to the zenithpublic CelestialAngle(CelestialAngle other)
other - the object to be copied