Package net.dermetfan.gdx.physics.box2d
Class Box2DUtils.Settings
java.lang.Object
net.dermetfan.gdx.physics.box2d.Box2DUtils.Settings
- Enclosing class:
Box2DUtils
b2Settings.h
- Since:
- 0.11.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatb2_epsilonstatic final floatb2_linearSlop, the min distance between verticesstatic final byteb2_maxPolygonVertices, the max amount of vertices of aPolygonShape -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
epsilon
public static final float epsilonb2_epsilon- See Also:
-
maxPolygonVertices
public static final byte maxPolygonVerticesb2_maxPolygonVertices, the max amount of vertices of aPolygonShape- See Also:
-
linearSlop
public static final float linearSlopb2_linearSlop, the min distance between vertices- See Also:
-
-
Constructor Details
-
Settings
public Settings()
-