Package org.jastronomy.jsofa
Class JSOFA.NormalizedVector
java.lang.Object
org.jastronomy.jsofa.JSOFA.NormalizedVector
- Enclosing class:
JSOFA
A normalized vector with r being the modulus and u[3] being the unit vector.
- Since:
- AIDA Stage 1
- Author:
- Paul Harrison (paul.harrison@manchester.ac.uk) 1 Feb 2010
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
r
public double r -
u
public double[] u
-
-
Constructor Details
-
NormalizedVector
public NormalizedVector(double r, double[] u)
-