HomeSort by relevance Sort by last modified time
    Searched defs:CollisionJNI (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btPositionAndRadius.java 54 CollisionJNI.delete_btPositionAndRadius(swigCPtr);
62 CollisionJNI.btPositionAndRadius_pos_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
66 long cPtr = CollisionJNI.btPositionAndRadius_pos_get(swigCPtr, this);
71 CollisionJNI.btPositionAndRadius_radius_set(swigCPtr, this, value);
75 return CollisionJNI.btPositionAndRadius_radius_get(swigCPtr, this);
79 this(CollisionJNI.new_btPositionAndRadius(), true);
btScaledTriangleMeshShapeData.java 54 CollisionJNI.delete_btScaledTriangleMeshShapeData(swigCPtr);
62 CollisionJNI.btScaledTriangleMeshShapeData_trimeshShapeData_set(swigCPtr, this, btTriangleMeshShapeData.getCPtr(value), value);
66 long cPtr = CollisionJNI.btScaledTriangleMeshShapeData_trimeshShapeData_get(swigCPtr, this);
71 CollisionJNI.btScaledTriangleMeshShapeData_localScaling_set(swigCPtr, this, btVector3FloatData.getCPtr(value), value);
75 long cPtr = CollisionJNI.btScaledTriangleMeshShapeData_localScaling_get(swigCPtr, this);
80 this(CollisionJNI.new_btScaledTriangleMeshShapeData(), true);
btShortIntIndexData.java 54 CollisionJNI.delete_btShortIntIndexData(swigCPtr);
62 CollisionJNI.btShortIntIndexData_value_set(swigCPtr, this, value);
66 return CollisionJNI.btShortIntIndexData_value_get(swigCPtr, this);
70 CollisionJNI.btShortIntIndexData_pad_set(swigCPtr, this, value);
74 return CollisionJNI.btShortIntIndexData_pad_get(swigCPtr, this);
78 this(CollisionJNI.new_btShortIntIndexData(), true);
btShortIntIndexTripletData.java 54 CollisionJNI.delete_btShortIntIndexTripletData(swigCPtr);
62 CollisionJNI.btShortIntIndexTripletData_values_set(swigCPtr, this, value);
66 return CollisionJNI.btShortIntIndexTripletData_values_get(swigCPtr, this);
70 CollisionJNI.btShortIntIndexTripletData_pad_set(swigCPtr, this, value);
74 return CollisionJNI.btShortIntIndexTripletData_pad_get(swigCPtr, this);
78 this(CollisionJNI.new_btShortIntIndexTripletData(), true);
btTriangleBuffer.java 22 super(className, CollisionJNI.btTriangleBuffer_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btTriangleBuffer_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btTriangleBuffer(swigCPtr);
62 return CollisionJNI.btTriangleBuffer_getNumTriangles(swigCPtr, this);
66 return new btTriangle(CollisionJNI.btTriangleBuffer_getTriangle(swigCPtr, this, index), false);
70 CollisionJNI.btTriangleBuffer_clearBuffer(swigCPtr, this);
74 this(CollisionJNI.new_btTriangleBuffer(), true);
ClosestNotMeRayResultCallback.java 22 super(className, CollisionJNI.ClosestNotMeRayResultCallback_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.ClosestNotMeRayResultCallback_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_ClosestNotMeRayResultCallback(swigCPtr);
62 this(CollisionJNI.new_ClosestNotMeRayResultCallback(btCollisionObject.getCPtr(me), me), true);
btCapsuleShapeX.java 22 super(className, CollisionJNI.btCapsuleShapeX_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btCapsuleShapeX_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btCapsuleShapeX(swigCPtr);
62 this(CollisionJNI.new_btCapsuleShapeX(radius, height), true);
btCapsuleShapeZ.java 22 super(className, CollisionJNI.btCapsuleShapeZ_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btCapsuleShapeZ_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btCapsuleShapeZ(swigCPtr);
62 this(CollisionJNI.new_btCapsuleShapeZ(radius, height), true);
btCollisionAlgorithm.java 54 CollisionJNI.delete_btCollisionAlgorithm(swigCPtr);
62 CollisionJNI.btCollisionAlgorithm_processCollision(swigCPtr, this, btCollisionObjectWrapper.getCPtr(body0Wrap), body0Wrap, btCollisionObjectWrapper.getCPtr(body1Wrap), body1Wrap, btDispatcherInfo.getCPtr(dispatchInfo), dispatchInfo, btManifoldResult.getCPtr(resultOut), resultOut);
66 return CollisionJNI.btCollisionAlgorithm_calculateTimeOfImpact(swigCPtr, this, btCollisionObject.getCPtr(body0), body0, btCollisionObject.getCPtr(body1), body1, btDispatcherInfo.getCPtr(dispatchInfo), dispatchInfo, btManifoldResult.getCPtr(resultOut), resultOut);
70 CollisionJNI.btCollisionAlgorithm_getAllContactManifolds(swigCPtr, this, btPersistentManifoldArray.getCPtr(manifoldArray), manifoldArray);
btConcaveShape.java 22 super(className, CollisionJNI.btConcaveShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btConcaveShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btConcaveShape(swigCPtr);
62 CollisionJNI.btConcaveShape_processAllTriangles(swigCPtr, this, btTriangleCallback.getCPtr(callback), callback, aabbMin, aabbMax);
btConeShapeX.java 22 super(className, CollisionJNI.btConeShapeX_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btConeShapeX_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btConeShapeX(swigCPtr);
62 this(CollisionJNI.new_btConeShapeX(radius, height), true);
btConeShapeZ.java 22 super(className, CollisionJNI.btConeShapeZ_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btConeShapeZ_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btConeShapeZ(swigCPtr);
62 this(CollisionJNI.new_btConeShapeZ(radius, height), true);
btConvex2dShape.java 22 super(className, CollisionJNI.btConvex2dShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btConvex2dShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btConvex2dShape(swigCPtr);
62 this(CollisionJNI.new_btConvex2dShape(btConvexShape.getCPtr(convexChildShape), convexChildShape), true);
66 long cPtr = CollisionJNI.btConvex2dShape_getChildShape__SWIG_0(swigCPtr, this);
btConvexInternalAabbCachingShape.java 22 super(className, CollisionJNI.btConvexInternalAabbCachingShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btConvexInternalAabbCachingShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btConvexInternalAabbCachingShape(swigCPtr);
62 CollisionJNI.btConvexInternalAabbCachingShape_recalcLocalAabb(swigCPtr, this);
btCylinderShape.java 22 super(className, CollisionJNI.btCylinderShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btCylinderShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btCylinderShape(swigCPtr);
62 return CollisionJNI.btCylinderShape_getHalfExtentsWithMargin(swigCPtr, this);
66 return CollisionJNI.btCylinderShape_getHalfExtentsWithoutMargin(swigCPtr, this);
70 this(CollisionJNI.new_btCylinderShape(halfExtents), true);
74 return CollisionJNI.btCylinderShape_getUpAxis(swigCPtr, this);
78 return CollisionJNI.btCylinderShape_getRadius(swigCPtr, this);
btCylinderShapeX.java 22 super(className, CollisionJNI.btCylinderShapeX_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btCylinderShapeX_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btCylinderShapeX(swigCPtr);
62 this(CollisionJNI.new_btCylinderShapeX(halfExtents), true);
btCylinderShapeZ.java 22 super(className, CollisionJNI.btCylinderShapeZ_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btCylinderShapeZ_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btCylinderShapeZ(swigCPtr);
62 this(CollisionJNI.new_btCylinderShapeZ(halfExtents), true);
btEmptyShape.java 22 super(className, CollisionJNI.btEmptyShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btEmptyShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btEmptyShape(swigCPtr);
62 this(CollisionJNI.new_btEmptyShape(), true);
btGjkEpaPenetrationDepthSolver.java 22 super(className, CollisionJNI.btGjkEpaPenetrationDepthSolver_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btGjkEpaPenetrationDepthSolver_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btGjkEpaPenetrationDepthSolver(swigCPtr);
62 this(CollisionJNI.new_btGjkEpaPenetrationDepthSolver(), true);
btIntIndexData.java 54 CollisionJNI.delete_btIntIndexData(swigCPtr);
62 CollisionJNI.btIntIndexData_value_set(swigCPtr, this, value);
66 return CollisionJNI.btIntIndexData_value_get(swigCPtr, this);
70 this(CollisionJNI.new_btIntIndexData(), true);
btMinkowskiPenetrationDepthSolver.java 22 super(className, CollisionJNI.btMinkowskiPenetrationDepthSolver_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btMinkowskiPenetrationDepthSolver_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btMinkowskiPenetrationDepthSolver(swigCPtr);
62 this(CollisionJNI.new_btMinkowskiPenetrationDepthSolver(), true);
btMultiSphereShape.java 22 super(className, CollisionJNI.btMultiSphereShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btMultiSphereShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btMultiSphereShape(swigCPtr);
62 this(CollisionJNI.new_btMultiSphereShape(positions, radi, numSpheres), true);
66 return CollisionJNI.btMultiSphereShape_getSphereCount(swigCPtr, this);
70 return CollisionJNI.btMultiSphereShape_getSpherePosition(swigCPtr, this, index);
74 return CollisionJNI.btMultiSphereShape_getSphereRadius(swigCPtr, this, index);
btNullPairCache.java 22 super(className, CollisionJNI.btNullPairCache_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btNullPairCache_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btNullPairCache(swigCPtr);
62 return btBroadphasePair.internalTemp(CollisionJNI.btNullPairCache_getOverlappingPairArrayPtr__SWIG_0(swigCPtr, this), false);
66 this(CollisionJNI.new_btNullPairCache(), true);
btScaledBvhTriangleMeshShape.java 22 super(className, CollisionJNI.btScaledBvhTriangleMeshShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btScaledBvhTriangleMeshShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btScaledBvhTriangleMeshShape(swigCPtr);
62 this(CollisionJNI.new_btScaledBvhTriangleMeshShape(btBvhTriangleMeshShape.getCPtr(childShape), childShape, localScaling), true);
66 long cPtr = CollisionJNI.btScaledBvhTriangleMeshShape_getChildShape__SWIG_0(swigCPtr, this);
btStaticPlaneShape.java 22 super(className, CollisionJNI.btStaticPlaneShape_SWIGUpcast(cPtr), cMemoryOwn);
36 super.reset(CollisionJNI.btStaticPlaneShape_SWIGUpcast(swigCPtr = cPtr), cMemoryOwn);
54 CollisionJNI.delete_btStaticPlaneShape(swigCPtr);
62 this(CollisionJNI.new_btStaticPlaneShape(planeNormal, planeConstant), true);
66 return CollisionJNI.btStaticPlaneShape_getPlaneNormal(swigCPtr, this);
70 return CollisionJNI.btStaticPlaneShape_getPlaneConstant(swigCPtr, this);

Completed in 940 milliseconds

1 2 3 4 5 6 78 9