healpix.tools
Class Constants

java.lang.Object
  extended byhealpix.tools.Constants

public class Constants
extends java.lang.Object


Field Summary
static double c
           
static double cPi
           
static double cPr
           
static double EPS
           
static double ln10
           
static double PI
           
static int verbose
           
static int vlev
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PI

public static final double PI
See Also:
Constant Field Values

cPi

public static final double cPi

cPr

public static final double cPr

vlev

public static final int vlev
See Also:
Constant Field Values

EPS

public static final double EPS
See Also:
Constant Field Values

c

public static final double c
See Also:
Constant Field Values

verbose

public static int verbose

ln10

public static final double ln10
Constructor Detail

Constants

public Constants()