public class SphereAngleRange extends Object
Constructor and Description |
---|
SphereAngleRange(double phiLo,
double phiHi,
double thetaLo,
double thetaHi)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SphereAngleRange |
calculateRange(double[] dlos,
double[] dhis)
Determines the angle range for a cube defined by Cartesian limits.
|
double[] |
getPhiLimits()
Returns the limits of azimuthal angle.
|
double[] |
getThetaLimits()
Returns the limits of polar angle.
|
public SphereAngleRange(double phiLo, double phiHi, double thetaLo, double thetaHi)
phiLo
- phi lower boundphiHi
- phi upper boundthetaLo
- theta lower boundthetaHi
- theta upper boundpublic double[] getPhiLimits()
public double[] getThetaLimits()
public static SphereAngleRange calculateRange(double[] dlos, double[] dhis)
dlos
- 3-element array giving cube lower boundsdhis
- 3-element array giving cube upper boundsCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.