public final class Zphi
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
phi
Longitude in radians; Range [0; 2Pi].
|
double |
z
Cosine of the colatitude, or z component of unit vector; Range [-1;1].
|
Constructor and Description |
---|
Zphi()
Default constructor
|
Zphi(double z_,
double phi_)
Creation from individual components
|
Zphi(Pointing ptg)
Conversion from
Pointing |
Zphi(Vec3 v)
Conversion from
Vec3 |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |