Package org.jastronomy.jsofa
Class JSOFA.TangentPointSolution
java.lang.Object
org.jastronomy.jsofa.JSOFA.TangentPointSolution
- Enclosing class:
JSOFA
Tangent point soulutions. A class to contain tangent point soutions and an indication as to how many of the solutions are valid
- Since:
- JSOFA release 20180130
- Author:
- Paul Harrison (paul.harrison@manchester.ac.uk)
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
nsolutions. -
Constructor Summary
ConstructorsConstructorDescriptionTangentPointSolution
(JSOFA.SphericalCoordinate sol1, JSOFA.SphericalCoordinate sol2, int flag) -
Method Summary
-
Field Details
-
sol1
-
sol2
-
nsolutions
public int nsolutionsnsolutions. The number of useful solutions
-
-
Constructor Details
-
TangentPointSolution
public TangentPointSolution(JSOFA.SphericalCoordinate sol1, JSOFA.SphericalCoordinate sol2, int flag) - Parameters:
sol1
-sol2
-flag
-
-
TangentPointSolution
public TangentPointSolution()
-