/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btBoxShape.h | 38 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 52 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 63 const btVector3& halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 72 const btVector3& halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 144 btVector3 halfExtents = getHalfExtentsWithMargin(); in ATTRIBUTE_ALIGNED16() local 155 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 256 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local
|
D | btBox2dShape.h | 41 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 55 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 66 const btVector3& halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 75 const btVector3& halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 202 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 213 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local 314 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local
|
D | btCylinderShape.cpp | 18 btCylinderShape::btCylinderShape (const btVector3& halfExtents) in btCylinderShape() 30 btCylinderShapeX::btCylinderShapeX (const btVector3& halfExtents) in btCylinderShapeX() 38 btCylinderShapeZ::btCylinderShapeZ (const btVector3& halfExtents) in btCylinderShapeZ() 68 btVector3 halfExtents = getHalfExtentsWithMargin(); // get cylinder dimension in calculateLocalInertia() local 123 SIMD_FORCE_INLINE btVector3 CylinderLocalSupportX(const btVector3& halfExtents,const btVector3& v) in CylinderLocalSupportX() 166 inline btVector3 CylinderLocalSupportY(const btVector3& halfExtents,const btVector3& v) in CylinderLocalSupportY() 201 inline btVector3 CylinderLocalSupportZ(const btVector3& halfExtents,const btVector3& v) in CylinderLocalSupportZ()
|
D | btBox2dShape.cpp | 31 btVector3 halfExtents = getHalfExtentsWithMargin(); in calculateLocalInertia() local
|
D | btConvexShape.cpp | 140 const btVector3& halfExtents = convexShape->getImplicitShapeDimensions(); in localGetSupportVertexWithoutMarginNonVirtual() local 170 btVector3 halfExtents = cylShape->getImplicitShapeDimensions(); in localGetSupportVertexWithoutMarginNonVirtual() local 395 btVector3 halfExtents = convexShape->getImplicitShapeDimensions(); in getAabbNonVirtual() local 427 …btVector3 halfExtents(capsuleShape->getRadius(),capsuleShape->getRadius(),capsuleShape->getRadius(… in getAabbNonVirtual() local
|
D | btBoxShape.cpp | 40 btVector3 halfExtents = getHalfExtentsWithMargin(); in calculateLocalInertia() local
|
D | btCylinderShape.h | 38 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local
|
D | btStaticPlaneShape.cpp | 61 btVector3 halfExtents = (aabbMax - aabbMin) * btScalar(0.5); in processAllTriangles() local
|
D | btConeShape.h | 54 btVector3 halfExtents = (aabbMax-aabbMin)*btScalar(0.5); in ATTRIBUTE_ALIGNED16() local
|
D | btConeShape.cpp | 26 btVector3 halfExtents; in btConeShape() local
|
D | btCapsuleShape.cpp | 133 btVector3 halfExtents(radius,radius,radius); in calculateLocalInertia() local
|
D | btMultiSphereShape.cpp | 144 btVector3 halfExtents = (localAabbMax-localAabbMin)*btScalar(0.5); in calculateLocalInertia() local
|
D | btHeightfieldTerrainShape.cpp | 129 btVector3 halfExtents = (m_localAabbMax-m_localAabbMin)* m_localScaling * btScalar(0.5); in getAabb() local
|
D | btCompoundShape.cpp | 201 btVector3 halfExtents = (aabbMax-aabbMin)*btScalar(0.5); in calculateLocalInertia() local
|
D | btPolyhedralConvexShape.cpp | 415 btVector3 halfExtents = (aabbMax-aabbMin)*btScalar(0.5); in calculateLocalInertia() local
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btConvexInternalShape.java | 77 public void setSafeMargin(Vector3 halfExtents, float defaultMarginMultiplier) { in setSafeMargin() 81 public void setSafeMargin(Vector3 halfExtents) { in setSafeMargin()
|
D | btCylinderShapeX.java | 61 public btCylinderShapeX(Vector3 halfExtents) { in btCylinderShapeX()
|
D | btCylinderShapeZ.java | 61 public btCylinderShapeZ(Vector3 halfExtents) { in btCylinderShapeZ()
|
D | btCylinderShape.java | 69 public btCylinderShape(Vector3 halfExtents) { in btCylinderShape()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/ |
D | MeshPart.java | 63 public final Vector3 halfExtents = new Vector3(); field in MeshPart
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btCollisionWorldImporter.cpp | 384 btVector3 halfExtents = implicitShapeDimensions+margin; in convertCollisionShape() local 416 btVector3 halfExtents = implicitShapeDimensions;//+margin; in convertCollisionShape() local 927 btCollisionShape* btCollisionWorldImporter::createBoxShape(const btVector3& halfExtents) in createBoxShape()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btTransformUtil.h | 25 SIMD_FORCE_INLINE btVector3 btAabbSupport(const btVector3& halfExtents,const btVector3& supportDir) in btAabbSupport()
|
D | btAabbUtil2.h | 182 SIMD_FORCE_INLINE void btTransformAabb(const btVector3& halfExtents, btScalar margin,const btTransf… in btTransformAabb()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | LinearMath.java | 312 …public static void btTransformAabb(Vector3 halfExtents, float margin, Matrix4 t, Vector3 aabbMinOu… in btTransformAabb() 338 public static Vector3 btAabbSupport(Vector3 halfExtents, Vector3 supportDir) { in btAabbSupport()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyConcaveCollisionAlgorithm.cpp | 193 btVector3 halfExtents = (aabbWorldSpaceMax-aabbWorldSpaceMin)*btScalar(0.5); in setTimeStepAndCounters() local
|