/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btCapsuleShape.h | 26 ATTRIBUTE_ALIGNED16(class) btCapsuleShape : public btConvexInternalShape in ATTRIBUTE_ALIGNED16() 33 btCapsuleShape() : btConvexInternalShape() {m_shapeType = CAPSULE_SHAPE_PROXYTYPE;}; in ATTRIBUTE_ALIGNED16() 39 btCapsuleShape(btScalar radius,btScalar height); in ATTRIBUTE_ALIGNED16() 126 class btCapsuleShapeX : public btCapsuleShape 144 class btCapsuleShapeZ : public btCapsuleShape 168 SIMD_FORCE_INLINE int btCapsuleShape::calculateSerializeBufferSize() const in calculateSerializeBufferSize() 174 SIMD_FORCE_INLINE const char* btCapsuleShape::serialize(void* dataBuffer, btSerializer* serializer)… in serialize() 185 SIMD_FORCE_INLINE void btCapsuleShape::deSerializeFloat(btCapsuleShapeData* dataBuffer) in deSerializeFloat()
|
D | btCapsuleShape.cpp | 22 btCapsuleShape::btCapsuleShape(btScalar radius, btScalar height) : btConvexInternalShape () in btCapsuleShape() function in btCapsuleShape 30 btVector3 btCapsuleShape::localGetSupportingVertexWithoutMargin(const btVector3& vec0)const in localGetSupportingVertexWithoutMargin() 83 …void btCapsuleShape::batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,bt… in batchedUnitVectorGetSupportingVertexWithoutMargin() 123 void btCapsuleShape::calculateLocalInertia(btScalar mass,btVector3& inertia) const in calculateLocalInertia()
|
D | btConvexShape.cpp | 229 btCapsuleShape* capsuleShape = (btCapsuleShape*)this; in localGetSupportVertexWithoutMarginNonVirtual() 351 btCapsuleShape* capsuleShape = (btCapsuleShape*)this; in getMarginNonVirtual() 426 btCapsuleShape* capsuleShape = (btCapsuleShape*)this; in getAabbNonVirtual()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btCapsuleShape.java | 18 public class btCapsuleShape extends btConvexInternalShape { class 21 protected btCapsuleShape(final String className, long cPtr, boolean cMemoryOwn) { in btCapsuleShape() method in btCapsuleShape 27 public btCapsuleShape(long cPtr, boolean cMemoryOwn) { in btCapsuleShape() method in btCapsuleShape 39 public static long getCPtr(btCapsuleShape obj) { in getCPtr() 61 public btCapsuleShape(float radius, float height) { in btCapsuleShape() method in btCapsuleShape
|
D | btCapsuleShapeX.java | 18 public class btCapsuleShapeX extends btCapsuleShape {
|
D | btCapsuleShapeZ.java | 18 public class btCapsuleShapeZ extends btCapsuleShape {
|
D | btCollisionShape.java | 90 return new btCapsuleShape(swigCPtr, owner); in newDerivedObject()
|
D | CollisionJNI.java | 739 public final static native int btCapsuleShape_getUpAxis(long jarg1, btCapsuleShape jarg1_); in btCapsuleShape_getUpAxis() 740 public final static native float btCapsuleShape_getRadius(long jarg1, btCapsuleShape jarg1_); in btCapsuleShape_getRadius() 741 public final static native float btCapsuleShape_getHalfHeight(long jarg1, btCapsuleShape jarg1_); in btCapsuleShape_getHalfHeight() 742 …public final static native void btCapsuleShape_deSerializeFloat(long jarg1, btCapsuleShape jarg1_,… in btCapsuleShape_deSerializeFloat()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | RayPickRagdollTest.java | 30 import com.badlogic.gdx.physics.bullet.collision.btCapsuleShape; 59 …vis", new BulletConstructor(createCapsuleModel(0.15f, 0.2f), 1f, new btCapsuleShape(0.15f, 0.2f))); in create() 61 …ne", new BulletConstructor(createCapsuleModel(0.15f, 0.28f), 1f, new btCapsuleShape(0.15f, 0.28f))… in create() 62 …ead", new BulletConstructor(createCapsuleModel(0.1f, 0.05f), 1f, new btCapsuleShape(0.1f, 0.05f))); in create() 63 …r("upperleg", new BulletConstructor(createCapsuleModel(0.07f, 0.45f), 1f, new btCapsuleShape(0.07f, in create() 65 …r("lowerleg", new BulletConstructor(createCapsuleModel(0.05f, 0.37f), 1f, new btCapsuleShape(0.05f, in create() 67 …r("upperarm", new BulletConstructor(createCapsuleModel(0.05f, 0.33f), 1f, new btCapsuleShape(0.05f, in create() 69 …r("lowerarm", new BulletConstructor(createCapsuleModel(0.04f, 0.25f), 1f, new btCapsuleShape(0.04f, in create()
|
D | BasicShapesTest.java | 29 import com.badlogic.gdx.physics.bullet.collision.btCapsuleShape; 55 world.addConstructor("capsule", new BulletConstructor(capsule, 10f, new btCapsuleShape(2f, 2f))); in create()
|
D | CharacterTest.java | 16 import com.badlogic.gdx.physics.bullet.collision.btCapsuleShape; 81 ghostShape = new btCapsuleShape(2f, 2f); in create()
|
D | CollisionDispatcherTest.java | 15 import com.badlogic.gdx.physics.bullet.collision.btCapsuleShape;
|
/external/llvm/test/CodeGen/Thumb2/ |
D | constant-islands.ll | 23 %class.btCapsuleShape = type { %class.btConvexInternalShape, i32 } 75 declare %class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape*, float, float) 273 %2 = bitcast i8* %call to %class.btCapsuleShape* 278 …%call3 = invoke %class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape* %2, float … 282 %5 = bitcast %class.btCapsuleShape* %2 to %class.btCollisionShape* 287 %6 = bitcast i8* %call5 to %class.btCapsuleShape* 292 …%call10 = invoke %class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape* %6, float… 296 %9 = bitcast %class.btCapsuleShape* %6 to %class.btCollisionShape* 301 %10 = bitcast i8* %call14 to %class.btCapsuleShape* 306 …%call19 = invoke %class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape* %10, floa… [all …]
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp | 57 shape = new btCapsuleShape(radius, height); in Java_com_jme3_bullet_collision_shapes_CapsuleCollisionShape_createShape()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btConvexConvexAlgorithm.cpp | 315 btCapsuleShape* capsuleA = (btCapsuleShape*) min0; in processCollision() 316 btCapsuleShape* capsuleB = (btCapsuleShape*) min1; in processCollision()
|
D | btCollisionWorldImporter.cpp | 347 btCapsuleShape* cap = (btCapsuleShape*) shape; in convertCollisionShape() 950 btCapsuleShape* shape = new btCapsuleShape(radius,height); in createCapsuleShapeY()
|
D | btCollisionWorld.cpp | 1303 const btCapsuleShape* capsuleShape = static_cast<const btCapsuleShape*>(shape); in debugDrawObject()
|
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/ |
D | btCollisionShape.i | 39 return new btCapsuleShape(swigCPtr, owner); in newDerivedObject()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/ |
D | CMakeLists.txt | 44 CollisionShapes/btCapsuleShape.cpp 153 CollisionShapes/btCapsuleShape.h
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/ |
D | btWorldImporter.cpp | 236 btCapsuleShape* cap = (btCapsuleShape*) shape; in convertCollisionShape() 1701 btCapsuleShape* shape = new btCapsuleShape(radius,height); in createCapsuleShapeY()
|
/external/jmonkeyengine/engine/src/bullet-native/android/ |
D | Android.mk | 145 $(BULLET_PATH)/BulletCollision/CollisionShapes/btCapsuleShape.cpp\
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | classes.i | 84 SPECIFY_CLASS(btCapsuleShape, com.badlogic.gdx.physics.bullet.collision)
|
D | collision_wrap.cpp | 17682 btCapsuleShape *result = 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btCapsuleShape_1_1SWIG_11() 17688 result = (btCapsuleShape *)new btCapsuleShape(arg1,arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btCapsuleShape_1_1SWIG_11() 17689 *(btCapsuleShape **)&jresult = result; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btCapsuleShape_1_1SWIG_11() 17696 btCapsuleShape *arg1 = (btCapsuleShape *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCapsuleShape_1getUpAxis() 17702 arg1 = *(btCapsuleShape **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCapsuleShape_1getUpAxis() 17703 result = (int)((btCapsuleShape const *)arg1)->getUpAxis(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCapsuleShape_1getUpAxis() 17711 btCapsuleShape *arg1 = (btCapsuleShape *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCapsuleShape_1getRadius() 17717 arg1 = *(btCapsuleShape **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCapsuleShape_1getRadius() 17718 result = (btScalar)((btCapsuleShape const *)arg1)->getRadius(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCapsuleShape_1getRadius() 17726 btCapsuleShape *arg1 = (btCapsuleShape *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCapsuleShape_1getHalfHeight() [all …]
|