/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btUniformScalingShape.java | 22 super(className, CollisionJNI.btUniformScalingShape_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btUniformScalingShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btUniformScalingShape(swigCPtr); 62 this(CollisionJNI.new_btUniformScalingShape(btConvexShape.getCPtr(convexChildShape), convexChildShape, uniformScalingFactor), true); 66 return CollisionJNI.btUniformScalingShape_getUniformScalingFactor(swigCPtr, this); 70 long cPtr = CollisionJNI.btUniformScalingShape_getChildShape__SWIG_0(swigCPtr, this);
|
btDispatcher.java | 54 CollisionJNI.delete_btDispatcher(swigCPtr); 62 long cPtr = CollisionJNI.btDispatcher_findAlgorithm__SWIG_0(swigCPtr, this, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, btPersistentManifold.getCPtr(sharedManifold), sharedManifold); 67 long cPtr = CollisionJNI.btDispatcher_findAlgorithm__SWIG_1(swigCPtr, this, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap); 72 long cPtr = CollisionJNI.btDispatcher_getNewManifold(swigCPtr, this, btCollisionObject.getCPtr(b0), b0, btCollisionObject.getCPtr(b1), b1); 77 CollisionJNI.btDispatcher_releaseManifold(swigCPtr, this, btPersistentManifold.getCPtr(manifold), manifold); 81 CollisionJNI.btDispatcher_clearManifold(swigCPtr, this, btPersistentManifold.getCPtr(manifold), manifold); 85 return CollisionJNI.btDispatcher_needsCollision(swigCPtr, this, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1); 89 return CollisionJNI.btDispatcher_needsResponse(swigCPtr, this, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1); 93 CollisionJNI.btDispatcher_dispatchAllCollisionPairs(swigCPtr, this, btOverlappingPairCache.getCPtr(pairCache), pairCache, btDispatcherInfo.getCPtr(dispatchInfo), dispatchInfo, btDispatcher.getCPtr(dispatcher), dispatcher); 97 return CollisionJNI.btDispatcher_getNumManifolds(swigCPtr, this) [all...] |
Collision.java | 64 CollisionJNI.gOverlappingPairs_set(value); 68 return CollisionJNI.gOverlappingPairs_get(); 72 CollisionJNI.gRemovePairs_set(value); 76 return CollisionJNI.gRemovePairs_get(); 80 CollisionJNI.gAddedPairs_set(value); 84 return CollisionJNI.gAddedPairs_get(); 88 CollisionJNI.gFindPairs_set(value); 92 return CollisionJNI.gFindPairs_get(); 96 return CollisionJNI.BT_NULL_PAIR_get(); 100 return CollisionJNI.gdxCheckFilter__SWIG_0(filter, flag) [all...] |
btCollisionAlgorithmCreateFunc.java | 54 CollisionJNI.delete_btCollisionAlgorithmCreateFunc(swigCPtr); 62 CollisionJNI.btCollisionAlgorithmCreateFunc_swapped_set(swigCPtr, this, value); 66 return CollisionJNI.btCollisionAlgorithmCreateFunc_swapped_get(swigCPtr, this); 70 this(CollisionJNI.new_btCollisionAlgorithmCreateFunc(), true); 74 long cPtr = CollisionJNI.btCollisionAlgorithmCreateFunc_CreateCollisionAlgorithm(swigCPtr, this, btCollisionAlgorithmConstructionInfo.getCPtr(arg0), arg0, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap);
|
btGImpactMeshShape.java | 22 super(className, CollisionJNI.btGImpactMeshShape_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btGImpactMeshShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btGImpactMeshShape(swigCPtr); 62 this(CollisionJNI.new_btGImpactMeshShape(btStridingMeshInterface.getCPtr(meshInterface), meshInterface), true); 66 long cPtr = CollisionJNI.btGImpactMeshShape_getMeshInterface__SWIG_0(swigCPtr, this); 71 return CollisionJNI.btGImpactMeshShape_getMeshPartCount(swigCPtr, this); 75 long cPtr = CollisionJNI.btGImpactMeshShape_getMeshPart__SWIG_0(swigCPtr, this, index); 80 long cPtr = CollisionJNI.btGImpactMeshShape_getChildShape__SWIG_0(swigCPtr, this, index);
|
btGjkConvexCast.java | 22 super(className, CollisionJNI.btGjkConvexCast_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btGjkConvexCast_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btGjkConvexCast(swigCPtr); 62 this(CollisionJNI.new_btGjkConvexCast(btConvexShape.getCPtr(convexA), convexA, btConvexShape.getCPtr(convexB), convexB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver), true);
|
btHashedOverlappingPairCache.java | 22 super(className, CollisionJNI.btHashedOverlappingPairCache_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btHashedOverlappingPairCache_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btHashedOverlappingPairCache(swigCPtr); 62 this(CollisionJNI.new_btHashedOverlappingPairCache(), true); 66 return CollisionJNI.btHashedOverlappingPairCache_needsBroadphaseCollision(swigCPtr, this, btBroadphaseProxy.getCPtr(proxy0), proxy0, btBroadphaseProxy.getCPtr(proxy1), proxy1); 70 return btBroadphasePair.internalTemp(CollisionJNI.btHashedOverlappingPairCache_getOverlappingPairArrayPtr__SWIG_0(swigCPtr, this), false); 74 return new btBroadphasePairArray(CollisionJNI.btHashedOverlappingPairCache_getOverlappingPairArray__SWIG_0(swigCPtr, this), false); 78 return CollisionJNI.btHashedOverlappingPairCache_GetCount(swigCPtr, this); 82 long cPtr = CollisionJNI.btHashedOverlappingPairCache_getOverlapFilterCallback(swigCPtr, this);
|
btHashedSimplePairCache.java | 54 CollisionJNI.delete_btHashedSimplePairCache(swigCPtr); 62 this(CollisionJNI.new_btHashedSimplePairCache(), true); 66 CollisionJNI.btHashedSimplePairCache_removeAllPairs(swigCPtr, this); 70 return CollisionJNI.btHashedSimplePairCache_removeOverlappingPair(swigCPtr, this, indexA, indexB); 74 long cPtr = CollisionJNI.btHashedSimplePairCache_addOverlappingPair(swigCPtr, this, indexA, indexB); 79 long cPtr = CollisionJNI.btHashedSimplePairCache_getOverlappingPairArrayPtr__SWIG_0(swigCPtr, this); 84 return new SWIGTYPE_p_btAlignedObjectArrayT_btSimplePair_t(CollisionJNI.btHashedSimplePairCache_getOverlappingPairArray__SWIG_0(swigCPtr, this), false); 88 long cPtr = CollisionJNI.btHashedSimplePairCache_findPair(swigCPtr, this, indexA, indexB); 93 return CollisionJNI.btHashedSimplePairCache_GetCount(swigCPtr, this); 97 return CollisionJNI.btHashedSimplePairCache_getNumOverlappingPairs(swigCPtr, this) [all...] |
btPrimitiveManagerBase.java | 54 CollisionJNI.delete_btPrimitiveManagerBase(swigCPtr); 62 return CollisionJNI.btPrimitiveManagerBase_is_trimesh(swigCPtr, this); 66 return CollisionJNI.btPrimitiveManagerBase_get_primitive_count(swigCPtr, this); 70 CollisionJNI.btPrimitiveManagerBase_get_primitive_box(swigCPtr, this, prim_index, btAABB.getCPtr(primbox), primbox); 74 CollisionJNI.btPrimitiveManagerBase_get_primitive_triangle(swigCPtr, this, prim_index, btPrimitiveTriangle.getCPtr(triangle), triangle);
|
btSortedOverlappingPairCache.java | 22 super(className, CollisionJNI.btSortedOverlappingPairCache_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btSortedOverlappingPairCache_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btSortedOverlappingPairCache(swigCPtr); 62 this(CollisionJNI.new_btSortedOverlappingPairCache(), true); 66 return CollisionJNI.btSortedOverlappingPairCache_needsBroadphaseCollision(swigCPtr, this, btBroadphaseProxy.getCPtr(proxy0), proxy0, btBroadphaseProxy.getCPtr(proxy1), proxy1); 70 return new btBroadphasePairArray(CollisionJNI.btSortedOverlappingPairCache_getOverlappingPairArray__SWIG_0(swigCPtr, this), false); 74 return btBroadphasePair.internalTemp(CollisionJNI.btSortedOverlappingPairCache_getOverlappingPairArrayPtr__SWIG_0(swigCPtr, this), false); 78 long cPtr = CollisionJNI.btSortedOverlappingPairCache_getOverlapFilterCallback(swigCPtr, this);
|
btSubsimplexConvexCast.java | 22 super(className, CollisionJNI.btSubsimplexConvexCast_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btSubsimplexConvexCast_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btSubsimplexConvexCast(swigCPtr); 62 this(CollisionJNI.new_btSubsimplexConvexCast(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.getCPtr(shapeB), shapeB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver), true);
|
btTriangleMeshShape.java | 22 super(className, CollisionJNI.btTriangleMeshShape_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btTriangleMeshShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btTriangleMeshShape(swigCPtr); 62 return CollisionJNI.btTriangleMeshShape_localGetSupportingVertex(swigCPtr, this, vec); 66 return CollisionJNI.btTriangleMeshShape_localGetSupportingVertexWithoutMargin(swigCPtr, this, vec); 70 CollisionJNI.btTriangleMeshShape_recalcLocalAabb(swigCPtr, this); 74 long cPtr = CollisionJNI.btTriangleMeshShape_getMeshInterface__SWIG_0(swigCPtr, this); 79 return CollisionJNI.btTriangleMeshShape_getLocalAabbMin(swigCPtr, this); 83 return CollisionJNI.btTriangleMeshShape_getLocalAabbMax(swigCPtr, this);
|
btDbvtAabbMm.java | 54 CollisionJNI.delete_btDbvtAabbMm(swigCPtr); 78 return CollisionJNI.btDbvtAabbMm_Center(swigCPtr, this); 82 return CollisionJNI.btDbvtAabbMm_Lengths(swigCPtr, this); 86 return CollisionJNI.btDbvtAabbMm_Extents(swigCPtr, this); 90 return CollisionJNI.btDbvtAabbMm_Mins(swigCPtr, this); 94 return CollisionJNI.btDbvtAabbMm_Maxs(swigCPtr, this); 98 return new btDbvtAabbMm(CollisionJNI.btDbvtAabbMm_FromCE(c, e), true); 102 return new btDbvtAabbMm(CollisionJNI.btDbvtAabbMm_FromCR(c, r), true); 106 return new btDbvtAabbMm(CollisionJNI.btDbvtAabbMm_FromMM(mi, mx), true); 110 return new btDbvtAabbMm(CollisionJNI.btDbvtAabbMm_FromPoints__SWIG_0(btVector3.getCPtr(pts), pts, n), true) [all...] |
GIM_BVH_DATA_ARRAY.java | 54 CollisionJNI.delete_GIM_BVH_DATA_ARRAY(swigCPtr); 62 this(CollisionJNI.new_GIM_BVH_DATA_ARRAY(), true);
|
GIM_BVH_TREE_NODE_ARRAY.java | 54 CollisionJNI.delete_GIM_BVH_TREE_NODE_ARRAY(swigCPtr); 62 this(CollisionJNI.new_GIM_BVH_TREE_NODE_ARRAY(), true);
|
GIM_QUANTIZED_BVH_NODE_ARRAY.java | 54 CollisionJNI.delete_GIM_QUANTIZED_BVH_NODE_ARRAY(swigCPtr); 62 this(CollisionJNI.new_GIM_QUANTIZED_BVH_NODE_ARRAY(), true);
|
btActivatingCollisionAlgorithm.java | 22 super(className, CollisionJNI.btActivatingCollisionAlgorithm_SWIGUpcast(cPtr), cMemoryOwn); 36 super.reset(CollisionJNI.btActivatingCollisionAlgorithm_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn); 54 CollisionJNI.delete_btActivatingCollisionAlgorithm(swigCPtr);
|
btBroadphasePairSortPredicate.java | 54 CollisionJNI.delete_btBroadphasePairSortPredicate(swigCPtr); 62 this(CollisionJNI.new_btBroadphasePairSortPredicate(), true);
|
btBroadphasePairArray.java | 54 CollisionJNI.delete_btBroadphasePairArray(swigCPtr); 83 return CollisionJNI.btBroadphasePairArray_size(swigCPtr, this); 87 return btBroadphasePair.internalTemp(CollisionJNI.btBroadphasePairArray_at(swigCPtr, this, n), false); 91 return CollisionJNI.btBroadphasePairArray_getCollisionObjects(swigCPtr, this, result, max, other); 95 return CollisionJNI.btBroadphasePairArray_getCollisionObjectsValue(swigCPtr, this, result, max, other); 99 this(CollisionJNI.new_btBroadphasePairArray(), true);
|
btShapeHull.java | 54 CollisionJNI.delete_btShapeHull(swigCPtr); 62 this(CollisionJNI.new_btShapeHull(btConvexShape.getCPtr(shape), shape), true); 66 return CollisionJNI.btShapeHull_buildHull(swigCPtr, this, margin); 70 return CollisionJNI.btShapeHull_numTriangles(swigCPtr, this); 74 return CollisionJNI.btShapeHull_numVertices(swigCPtr, this); 78 return CollisionJNI.btShapeHull_numIndices(swigCPtr, this); 82 long cPtr = CollisionJNI.btShapeHull_getVertexPointer(swigCPtr, this); 87 return CollisionJNI.btShapeHull_getIndexPointer(swigCPtr, this);
|
CollisionJNI.java | 19 public class CollisionJNI { [all...] |