Home
last modified time | relevance | path

Searched defs:vectorPool (Results 1 – 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DPhysicsComponent.java67 VectorPool vectorPool = sSystemRegistry.vectorPool; in update() local
131 VectorPool vectorPool = sSystemRegistry.vectorPool; in resolveCollision() local
172 VectorPool vectorPool = sSystemRegistry.vectorPool; in resolveCollision() local
DObjectRegistry.java58 public VectorPool vectorPool; field in ObjectRegistry
DCollisionSystem.java122 VectorPool vectorPool = sSystemRegistry.vectorPool; in castRay() local
183 VectorPool vectorPool = sSystemRegistry.vectorPool; in testBox() local
484 VectorPool vectorPool = sSystemRegistry.vectorPool; in testBoxAgainstList() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DSkeletonTest.java54 private final static Pool<Vector3> vectorPool = new Pool<Vector3>() { field in SkeletonTest
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
DBaseShapeBuilder.java64 private final static FlushablePool<Vector3> vectorPool = new FlushablePool<Vector3>() { field in BaseShapeBuilder