Class ToastPixelSize


  • public class ToastPixelSize
    extends java.lang.Object
    Calculate the distribution of areas of TOAST pixels.
    • Constructor Summary

      Constructors 
      Constructor Description
      ToastPixelSize()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double ang​(double[] x, double[] y)  
      static double[] cross​(double[] x, double[] y)  
      static double dot​(double[] x, double[] y)  
      static void main​(java.lang.String[] args)  
      static double norm​(double[] x)  
      static void pnt​(java.lang.String lab, double[] p)  
      • Methods inherited from class java.lang.Object

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

      • ToastPixelSize

        public ToastPixelSize()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • pnt

        public static void pnt​(java.lang.String lab,
                               double[] p)
      • cross

        public static double[] cross​(double[] x,
                                     double[] y)
      • norm

        public static double norm​(double[] x)
      • ang

        public static double ang​(double[] x,
                                 double[] y)
      • dot

        public static double dot​(double[] x,
                                 double[] y)