-
- All Implemented Interfaces:
public class PhysicsSettings class where all the constants are stored for the physics engine.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublePENETRATION_ALLOWANCEprivate final DoublePENETRATION_CORRECTIONprivate final DoubleBIAS_RELATIVEprivate final DoubleBIAS_ABSOLUTEprivate final IntegerITERATIONSprivate final DoubleEPSILONpublic final static PhysicsINSTANCE
-
Method Summary
Modifier and Type Method Description final DoublegetPENETRATION_ALLOWANCE()final DoublegetPENETRATION_CORRECTION()final DoublegetBIAS_RELATIVE()final DoublegetBIAS_ABSOLUTE()final IntegergetITERATIONS()final DoublegetEPSILON()-
-
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()
-
-
-
-