HomeSort by relevance Sort by last modified time
    Searched full:afloats (Results 1 - 1 of 1) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/normal/
DefaultWorldPool.java 67 private final HashMap<Integer, float[]> afloats = new HashMap<Integer, float[]>(); field in class:DefaultWorldPool
253 if (!afloats.containsKey(argLength)) {
254 afloats.put(argLength, new float[argLength]);
257 assert (afloats.get(argLength).length == argLength) : "Array not built with correct length";
258 return afloats.get(argLength);

Completed in 197 milliseconds