Searched defs:localAabbMax (Results 1 – 7 of 7) sorted by relevance
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
| D | btCompoundShape.cpp | 65 btVector3 localAabbMin,localAabbMax; in addChildShape() local 97 btVector3 localAabbMin,localAabbMax; in updateChildTransform() local 156 btVector3 localAabbMin,localAabbMax; in recalculateLocalAabb() local 313 btVector3 localAabbMin,localAabbMax; in createAabbTreeFromChildren() local
|
| D | btScaledBvhTriangleMeshShape.cpp | 80 btVector3 localAabbMax = m_bvhTriMeshShape->getLocalAabbMax(); in getAabb() local
|
| D | btMultiSphereShape.cpp | 142 btVector3 localAabbMin,localAabbMax; in calculateLocalInertia() local
|
| D | btHeightfieldTerrainShape.cpp | 285 …btVector3 localAabbMax = aabbMax*btVector3(1.f/m_localScaling[0],1.f/m_localScaling[1],1.f/m_local… in processAllTriangles() local
|
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
| D | btAabbUtil2.h | 193 SIMD_FORCE_INLINE void btTransformAabb(const btVector3& localAabbMin,const btVector3& localAabbMax,… in btTransformAabb()
|
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
| D | btCompoundCollisionAlgorithm.cpp | 270 btVector3 localAabbMin,localAabbMax; in processCollision() local
|
| /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
| D | LinearMath.java | 316 …public static void btTransformAabb(Vector3 localAabbMin, Vector3 localAabbMax, float margin, Matri… in btTransformAabb()
|