Home
last modified time | relevance | path

Searched defs:halfExtents (Results 1 – 25 of 31) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtBoxShape.h38 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
DbtBox2dShape.h41 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
DbtCylinderShape.cpp18 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()
DbtBox2dShape.cpp31 btVector3 halfExtents = getHalfExtentsWithMargin(); in calculateLocalInertia() local
DbtConvexShape.cpp140 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
DbtBoxShape.cpp40 btVector3 halfExtents = getHalfExtentsWithMargin(); in calculateLocalInertia() local
DbtCylinderShape.h38 btVector3 halfExtents = getHalfExtentsWithoutMargin(); in ATTRIBUTE_ALIGNED16() local
DbtStaticPlaneShape.cpp61 btVector3 halfExtents = (aabbMax - aabbMin) * btScalar(0.5); in processAllTriangles() local
DbtConeShape.h54 btVector3 halfExtents = (aabbMax-aabbMin)*btScalar(0.5); in ATTRIBUTE_ALIGNED16() local
DbtConeShape.cpp26 btVector3 halfExtents; in btConeShape() local
DbtCapsuleShape.cpp133 btVector3 halfExtents(radius,radius,radius); in calculateLocalInertia() local
DbtMultiSphereShape.cpp144 btVector3 halfExtents = (localAabbMax-localAabbMin)*btScalar(0.5); in calculateLocalInertia() local
DbtHeightfieldTerrainShape.cpp129 btVector3 halfExtents = (m_localAabbMax-m_localAabbMin)* m_localScaling * btScalar(0.5); in getAabb() local
DbtCompoundShape.cpp201 btVector3 halfExtents = (aabbMax-aabbMin)*btScalar(0.5); in calculateLocalInertia() local
DbtPolyhedralConvexShape.cpp415 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/
DbtConvexInternalShape.java77 public void setSafeMargin(Vector3 halfExtents, float defaultMarginMultiplier) { in setSafeMargin()
81 public void setSafeMargin(Vector3 halfExtents) { in setSafeMargin()
DbtCylinderShapeX.java61 public btCylinderShapeX(Vector3 halfExtents) { in btCylinderShapeX()
DbtCylinderShapeZ.java61 public btCylinderShapeZ(Vector3 halfExtents) { in btCylinderShapeZ()
DbtCylinderShape.java69 public btCylinderShape(Vector3 halfExtents) { in btCylinderShape()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/
DMeshPart.java63 public final Vector3 halfExtents = new Vector3(); field in MeshPart
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorldImporter.cpp384 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/
DbtTransformUtil.h25 SIMD_FORCE_INLINE btVector3 btAabbSupport(const btVector3& halfExtents,const btVector3& supportDir) in btAabbSupport()
DbtAabbUtil2.h182 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/
DLinearMath.java312 …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/
DbtSoftBodyConcaveCollisionAlgorithm.cpp193 btVector3 halfExtents = (aabbWorldSpaceMax-aabbWorldSpaceMin)*btScalar(0.5); in setTimeStepAndCounters() local

12