|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.sc.seis.TauP.Theta
public class Theta
| Field Summary | |
|---|---|
protected double |
radians
|
protected double[] |
rayParams
|
protected double[] |
thetaAtX
|
| Constructor Summary | |
|---|---|
Theta(SeismicPhase phase,
double radians)
|
|
| Method Summary | |
|---|---|
double |
getMaxRayParam()
|
double |
getRadians()
Get the value of radians. |
double |
getStepRayParam(double rayParam,
double timeStep)
|
double |
getTheta(double rayParam)
|
protected int |
getThetaIndex(double rayParam)
|
static double |
linInterp(double xa,
double xb,
double ya,
double yb,
double x)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double radians
protected double[] thetaAtX
protected double[] rayParams
| Constructor Detail |
|---|
public Theta(SeismicPhase phase,
double radians)
| Method Detail |
|---|
public double getRadians()
public double getMaxRayParam()
public double getStepRayParam(double rayParam,
double timeStep)
public double getTheta(double rayParam)
protected int getThetaIndex(double rayParam)
public static double linInterp(double xa,
double xb,
double ya,
double yb,
double x)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||