Searched defs:IslandCallback (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DbtSimulationIslandManager.h58 struct IslandCallback struct in class:btSimulationIslandManager
60 virtual ~IslandCallback() {};
65 void buildAndProcessIslands(btDispatcher* dispatcher,btCollisionWorld* collisionWorld, IslandCallback* callback);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtSimulationIslandManager.java85 static public class IslandCallback extends BulletBase { class in class:btSimulationIslandManager
88 protected IslandCallback(final String className, long cPtr, boolean cMemoryOwn) { method in class:btSimulationIslandManager.IslandCallback
93 /** Construct a new IslandCallback, normally you should not need this constructor it's intended for low-level usage. */
94 public IslandCallback(long cPtr, boolean cMemoryOwn) { method in class:btSimulationIslandManager.IslandCallback
95 this("IslandCallback", cPtr, cMemoryOwn);
106 public static long getCPtr(IslandCallback obj) {
134 public void buildAndProcessIslands(btDispatcher dispatcher, btCollisionWorld collisionWorld, btSimulationIslandManager.IslandCallback callback) {
135 CollisionJNI.btSimulationIslandManager_buildAndProcessIslands(swigCPtr, this, btDispatcher.getCPtr(dispatcher), dispatcher, btCollisionWorld.getCPtr(collisionWorld), collisionWorld, btSimulationIslandManager.IslandCallback.getCPtr(callback), callback);

Completed in 58 milliseconds