| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_SAT_CLAUSES |
500000 |
public static final int |
MAX_SAT_VARS |
1000000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
MAX_X |
10000.0f |
public static final float |
MAX_Y |
10000.0f |
public static final float |
MIN_X |
-10000.0f |
public static final float |
MIN_Y |
-10000.0f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
BIAS_ABSOLUTE |
0.009999999776482582f |
public static final float |
BIAS_RELATIVE |
0.949999988079071f |
public static final float |
DT |
0.01666666753590107f |
public static final float |
EPSILON |
9.999999747378752E-5f |
public static final float |
EPSILON_SQ |
9.99999905104687E-9f |
public static final float |
PENETRATION_ALLOWANCE |
0.0f |
public static final float |
PENETRATION_CORRETION |
0.0f |
public static final float |
PI |
3.1415927410125732f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_POLY_VERTEX_COUNT |
260 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_TPS |
2000 |
public static final long |
INF |
9223372036854775806L |