Class JSOFA.SphericalPosition

  • Enclosing class:
    JSOFA

    public static class JSOFA.SphericalPosition
    extends java.lang.Object
    A position expressed in spherical polar coordinates. .
    Version:
    $Revision$ $date$
    Author:
    Paul Harrison (paul.harrison@manchester.ac.uk) 21 Nov 2011
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double phi
      latitude angle (radians)
      double r
      radial distance
      double theta
      longitude angle (radians)
    • Constructor Summary

      Constructors 
      Constructor Description
      SphericalPosition​(double theta, double phi, double r)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • theta

        public double theta
        longitude angle (radians)
      • phi

        public double phi
        latitude angle (radians)
      • r

        public double r
        radial distance
    • Constructor Detail

      • SphericalPosition

        public SphericalPosition​(double theta,
                                 double phi,
                                 double r)