Searched defs:vectorPool (Results 1 – 5 of 5) sorted by relevance
67 VectorPool vectorPool = sSystemRegistry.vectorPool; in update() local131 VectorPool vectorPool = sSystemRegistry.vectorPool; in resolveCollision() local172 VectorPool vectorPool = sSystemRegistry.vectorPool; in resolveCollision() local
58 public VectorPool vectorPool; field in ObjectRegistry
122 VectorPool vectorPool = sSystemRegistry.vectorPool; in castRay() local183 VectorPool vectorPool = sSystemRegistry.vectorPool; in testBox() local484 VectorPool vectorPool = sSystemRegistry.vectorPool; in testBoxAgainstList() local
54 private final static Pool<Vector3> vectorPool = new Pool<Vector3>() { field in SkeletonTest
64 private final static FlushablePool<Vector3> vectorPool = new FlushablePool<Vector3>() { field in BaseShapeBuilder