Package net.dermetfan.gdx.physics.box2d
Class Box2DUtils.Settings
java.lang.Object
net.dermetfan.gdx.physics.box2d.Box2DUtils.Settings
- Enclosing class:
- Box2DUtils
public static class Box2DUtils.Settings
extends java.lang.Object
b2Settings.h
- Since:
- 0.11.0
-
Field Summary
Fields Modifier and Type Field Description static floatepsilonb2_epsilonstatic floatlinearSlopb2_linearSlop, the min distance between verticesstatic bytemaxPolygonVerticesb2_maxPolygonVertices, the max amount of vertices of aPolygonShape -
Constructor Summary
Constructors Constructor Description Settings() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
epsilon
public static final float epsilonb2_epsilon- See Also:
- Constant Field Values
-
maxPolygonVertices
public static final byte maxPolygonVerticesb2_maxPolygonVertices, the max amount of vertices of aPolygonShape- See Also:
- Constant Field Values
-
linearSlop
public static final float linearSlopb2_linearSlop, the min distance between vertices- See Also:
- Constant Field Values
-
-
Constructor Details
-
Settings
public Settings()
-