Home
last modified time | relevance | path

Searched defs:localAabbMax (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCompoundShape.cpp65 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
DbtScaledBvhTriangleMeshShape.cpp80 btVector3 localAabbMax = m_bvhTriMeshShape->getLocalAabbMax(); in getAabb() local
DbtMultiSphereShape.cpp142 btVector3 localAabbMin,localAabbMax; in calculateLocalInertia() local
DbtHeightfieldTerrainShape.cpp285 …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/
DbtAabbUtil2.h193 SIMD_FORCE_INLINE void btTransformAabb(const btVector3& localAabbMin,const btVector3& localAabbMax,… in btTransformAabb()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCompoundCollisionAlgorithm.cpp270 btVector3 localAabbMin,localAabbMax; in processCollision() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java316 …public static void btTransformAabb(Vector3 localAabbMin, Vector3 localAabbMax, float margin, Matri… in btTransformAabb()