Package org.jastronomy.jsofa
Class JSOFA.TangentPointDirectionCosines
- java.lang.Object
-
- org.jastronomy.jsofa.JSOFA.TangentPointDirectionCosines
-
- Enclosing class:
- JSOFA
public static class JSOFA.TangentPointDirectionCosines extends java.lang.Object
Tangent point soutions as direction cosines. A container class for two possible solutiuons as well as an indication of the number of valid solutions.- Since:
- 27 Mar 2018
- Author:
- Paul Harrison (paul.harrison@manchester.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description TangentPointDirectionCosines()
TangentPointDirectionCosines(double[] dc1, double[] dc2, int nsolution)
-