Class Zphi
java.lang.Object
healpix.essentials.Zphi
Class for storing a position on the unit sphere as a (z,phi)-tuple.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
z
public double zCosine of the colatitude, or z component of unit vector; Range [-1;1]. -
phi
public double phiLongitude in radians; Range [0; 2Pi].
-
-
Constructor Details
-
Zphi
public Zphi()Default constructor -
Zphi
public Zphi(double z_, double phi_) Creation from individual components -
Zphi
-
Zphi
-
-
Method Details
-
toString
-
equals
-
hashCode
-