Class JSOFA.NormalizedVector

  • Enclosing class:
    JSOFA

    public static class JSOFA.NormalizedVector
    extends java.lang.Object
    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 
      Modifier and Type Field Description
      double r  
      double[] u  
    • Constructor Summary

      Constructors 
      Constructor Description
      NormalizedVector​(double r, double[] u)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • r

        public double r
      • u

        public double[] u
    • Constructor Detail

      • NormalizedVector

        public NormalizedVector​(double r,
                                double[] u)