Constant Field Values

Contents

com.dua3.*

  • com.dua3.utility.data.Color
    Modifier and Type
    Constant Field
    Value
    public static final float
    0.699999988079071f
  • com.dua3.utility.logging.LogBuffer
    Modifier and Type
    Constant Field
    Value
    public static final int
    10000
  • com.dua3.utility.math.MathUtil
    Modifier and Type
    Constant Field
    Value
    public static final double
    2.7182818284590455
    public static final double
    1.618033988749895
    public static final double
    0.6931471805599453
    public static final double
    3.141592653589793
    public static final double
    0.017453292519943295
    public static final double
    1.5707963267948966
    public static final double
    0.7853981633974483
    public static final double
    1.4142135623730951
    public static final double
    1.7320508075688772
    public static final double
    2.23606797749979
    public static final double
    6.283185307179586
  • com.dua3.utility.math.geometry.Arc2f
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ARC"
  • com.dua3.utility.math.geometry.ClosePath2f
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CLOSE_PATH"
  • com.dua3.utility.math.geometry.Curve2f
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CURVE"
  • com.dua3.utility.math.geometry.Line2f
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LINE"
  • com.dua3.utility.math.geometry.MoveTo2f
    Modifier and Type
    Constant Field
    Value
    public static final String
    "MOVE_TO"