- java.lang.Object
-
- org.praxislive.code.userapi.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static LogLevel
DEBUG
static double
DEG_TO_RAD
static LogLevel
ERROR
static double
HALF_PI
static LogLevel
INFO
static double
PI
static double
QUARTER_PI
static double
RAD_TO_DEG
static double
THIRD_PI
static double
TWO_PI
static LogLevel
WARNING
-
-
-
Field Detail
-
ERROR
public static final LogLevel ERROR
-
WARNING
public static final LogLevel WARNING
-
INFO
public static final LogLevel INFO
-
DEBUG
public static final LogLevel DEBUG
-
PI
public static final double PI
- See Also:
- Constant Field Values
-
HALF_PI
public static final double HALF_PI
- See Also:
- Constant Field Values
-
THIRD_PI
public static final double THIRD_PI
- See Also:
- Constant Field Values
-
QUARTER_PI
public static final double QUARTER_PI
- See Also:
- Constant Field Values
-
TWO_PI
public static final double TWO_PI
- See Also:
- Constant Field Values
-
DEG_TO_RAD
public static final double DEG_TO_RAD
- See Also:
- Constant Field Values
-
RAD_TO_DEG
public static final double RAD_TO_DEG
- See Also:
- Constant Field Values
-
-