Class Geodesic.InverseStartV

  • Enclosing class:
    Geodesic

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

      Fields 
      Modifier and Type Field Description
      private double calp1  
      private double calp2  
      private double dnm  
      private double salp1  
      private double salp2  
      private double sig12  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InverseStartV()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sig12

        private double sig12
      • salp1

        private double salp1
      • calp1

        private double calp1
      • salp2

        private double salp2
      • calp2

        private double calp2
      • dnm

        private double dnm
    • Constructor Detail

      • InverseStartV

        private InverseStartV()