Class Geodesic.InverseData

  • Enclosing class:
    Geodesic

    private class Geodesic.InverseData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double calp1  
      private double calp2  
      private GeodesicData g  
      private double salp1  
      private double salp2  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InverseData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • salp1

        private double salp1
      • calp1

        private double calp1
      • salp2

        private double salp2
      • calp2

        private double calp2
    • Constructor Detail

      • InverseData

        private InverseData()