Class Box2DUtils.ShapeCache

java.lang.Object
net.dermetfan.gdx.physics.box2d.Box2DUtils.ShapeCache
Enclosing class:
Box2DUtils

public static class Box2DUtils.ShapeCache
extends java.lang.Object
cached method results
  • Field Summary

    Fields
    Modifier and Type Field Description
    float height  
    float maxX  
    float maxY  
    float minX  
    float minY  
    float[] vertices  
    float width  
  • Constructor Summary

    Constructors
    Constructor Description
    ShapeCache​(float[] vertices, float width, float height, float minX, float maxX, float minY, float maxY)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait