Package skyview.geometry.projecter
Class ToastPixelSize
- java.lang.Object
-
- skyview.geometry.projecter.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)
-
-
-
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)
-
-