Package skyview.geometry.projecter
Class ToastPixelSize
java.lang.Object
skyview.geometry.projecter.ToastPixelSize
Calculate the distribution of areas of TOAST pixels.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToastPixelSize
public ToastPixelSize()
-
-
Method Details
-
main
- Throws:
Exception
-
pnt
-
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)
-