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 float epsilon
    b2_epsilon
    static float linearSlop
    b2_linearSlop, the min distance between vertices
    static byte maxPolygonVertices
    b2_maxPolygonVertices, the max amount of vertices of a PolygonShape
  • 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 epsilon
      b2_epsilon
      See Also:
      Constant Field Values
    • maxPolygonVertices

      public static final byte maxPolygonVertices
      b2_maxPolygonVertices, the max amount of vertices of a PolygonShape
      See Also:
      Constant Field Values
    • linearSlop

      public static final float linearSlop
      b2_linearSlop, the min distance between vertices
      See Also:
      Constant Field Values
  • Constructor Details

    • Settings

      public Settings()