Class Theta


  • public class Theta
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double radians  
      protected double[] rayParams  
      protected double[] thetaAtX  
    • Constructor Summary

      Constructors 
      Constructor Description
      Theta​(Arrival arrival)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getMaxRayParam()  
      double getRadians()
      Get the value of radians.
      double getStepRayParam​(double rayParam, double timeStep)  
      double getTheta​(double rayParam)  
      protected int getThetaIndex​(double rayParam)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • radians

        protected double radians
      • thetaAtX

        protected double[] thetaAtX
      • rayParams

        protected double[] rayParams
    • Constructor Detail

      • Theta

        public Theta​(Arrival arrival)
    • Method Detail

      • getRadians

        public double getRadians()
        Get the value of radians.
        Returns:
        Value of radians.
      • getMaxRayParam

        public double getMaxRayParam()
      • getStepRayParam

        public double getStepRayParam​(double rayParam,
                                      double timeStep)
      • getTheta

        public double getTheta​(double rayParam)
      • getThetaIndex

        protected int getThetaIndex​(double rayParam)