HomeSort by relevance Sort by last modified time
    Searched defs:m_localAabbMax (Results 1 - 6 of 6) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btPolyhedralConvexShape.h 77 btVector3 m_localAabbMax;
86 m_localAabbMax = aabbMax;
93 aabbMax = m_localAabbMax;
105 btTransformAabb(m_localAabbMin,m_localAabbMax,margin,trans,aabbMin,aabbMax);
btTriangleMeshShape.h 28 btVector3 m_localAabbMax;
75 return m_localAabbMax;
btStaticPlaneShape.h 27 btVector3 m_localAabbMax;
btHeightfieldTerrainShape.h 75 btVector3 m_localAabbMax;
btCompoundShape.h 59 btVector3 m_localAabbMax;
btConvexInternalShape.h 185 btVector3 m_localAabbMax;
196 m_localAabbMax = aabbMax;
203 aabbMax = m_localAabbMax;
211 btTransformAabb(m_localAabbMin,m_localAabbMax,margin,trans,aabbMin,aabbMax);

Completed in 56 milliseconds