-
- All Implemented Interfaces:
public class Physics
Settings class where all the constants are stored for the physics engine.
-
-
Field Summary
Fields Modifier and Type Field Description private final Double
PENETRATION_ALLOWANCE
private final Double
PENETRATION_CORRECTION
private final Double
BIAS_RELATIVE
private final Double
BIAS_ABSOLUTE
private final Integer
ITERATIONS
private final Double
EPSILON
public final static Physics
INSTANCE
-
Method Summary
Modifier and Type Method Description final Double
getPENETRATION_ALLOWANCE()
final Double
getPENETRATION_CORRECTION()
final Double
getBIAS_RELATIVE()
final Double
getBIAS_ABSOLUTE()
final Integer
getITERATIONS()
final Double
getEPSILON()
-
-
Method Detail
-
getPENETRATION_ALLOWANCE
final Double getPENETRATION_ALLOWANCE()
-
getPENETRATION_CORRECTION
final Double getPENETRATION_CORRECTION()
-
getBIAS_RELATIVE
final Double getBIAS_RELATIVE()
-
getBIAS_ABSOLUTE
final Double getBIAS_ABSOLUTE()
-
getITERATIONS
final Integer getITERATIONS()
-
getEPSILON
final Double getEPSILON()
-
-
-
-