org.jbox2d.common
Class Settings
java.lang.Object
org.jbox2d.common.Settings
public class Settings
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPSILON
public static final float EPSILON
- A "close to zero" float epsilon value for use
- See Also:
- Constant Field Values
pi
public static final float pi
- See Also:
- Constant Field Values
lengthUnitsPerMeter
public static final float lengthUnitsPerMeter
- See Also:
- Constant Field Values
massUnitsPerKilogram
public static final float massUnitsPerKilogram
- See Also:
- Constant Field Values
timeUnitsPerSecond
public static final float timeUnitsPerSecond
- See Also:
- Constant Field Values
maxManifoldPoints
public static final int maxManifoldPoints
- See Also:
- Constant Field Values
maxShapesPerBody
public static final int maxShapesPerBody
- See Also:
- Constant Field Values
maxPolygonVertices
public static final int maxPolygonVertices
- See Also:
- Constant Field Values
maxProxies
public static final int maxProxies
- See Also:
- Constant Field Values
maxPairs
public static final int maxPairs
- See Also:
- Constant Field Values
linearSlop
public static final float linearSlop
- See Also:
- Constant Field Values
angularSlop
public static final float angularSlop
- See Also:
- Constant Field Values
velocityThreshold
public static final float velocityThreshold
- See Also:
- Constant Field Values
maxLinearCorrection
public static final float maxLinearCorrection
- See Also:
- Constant Field Values
maxAngularCorrection
public static final float maxAngularCorrection
- See Also:
- Constant Field Values
contactBaumgarte
public static final float contactBaumgarte
- See Also:
- Constant Field Values
timeToSleep
public static final float timeToSleep
- See Also:
- Constant Field Values
linearSleepTolerance
public static final float linearSleepTolerance
- See Also:
- Constant Field Values
angularSleepTolerance
public static final float angularSleepTolerance
- See Also:
- Constant Field Values
toiSlop
public static final float toiSlop
- See Also:
- Constant Field Values
maxLinearVelocity
public static final float maxLinearVelocity
- See Also:
- Constant Field Values
maxLinearVelocitySquared
public static final float maxLinearVelocitySquared
- See Also:
- Constant Field Values
maxAngularVelocity
public static final float maxAngularVelocity
- See Also:
- Constant Field Values
maxAngularVelocitySquared
public static final float maxAngularVelocitySquared
- See Also:
- Constant Field Values
maxTOIContactsPerIsland
public static int maxTOIContactsPerIsland
Settings
public Settings()