/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
H A D | btEmptyShape.cpp | 33 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 34 void btEmptyShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btEmptyShape
|
H A D | btEmptyShape.h | 41 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 42 void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btConvex2dShape.cpp | 54 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 55 void btConvex2dShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btConvex2dShape 57 m_childConvexShape->getAabb(t,aabbMin,aabbMax);
|
H A D | btBox2dShape.cpp | 22 void btBox2dShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btBox2dShape
|
H A D | btBoxShape.cpp | 31 void btBoxShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btBoxShape
|
H A D | btSphereShape.h | 44 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btTriangleMeshShape.h | 50 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btCollisionShape.cpp | 38 getAabb(tr,aabbMin,aabbMax); 63 getAabb(curTrans,temporalAabbMin,temporalAabbMax);
|
H A D | btConvexInternalShape.h | 87 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 88 void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function 218 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btTetrahedronShape.cpp | 60 void btBU_Simplex1to4::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btBU_Simplex1to4 63 btPolyhedralConvexAabbCachingShape::getAabb(t,aabbMin,aabbMax);
|
H A D | btConvex2dShape.h | 64 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 65 void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btConvexShape.h | 62 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 63 void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const =0;
|
H A D | btScaledBvhTriangleMeshShape.h | 42 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btSphereShape.cpp | 55 void btSphereShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btSphereShape
|
H A D | btStaticPlaneShape.h | 41 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btTetrahedronShape.h | 48 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btUniformScalingShape.h | 71 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 72 void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btCompoundShape.cpp | 66 shape->getAabb(localTransform,localAabbMin,localAabbMax); 98 m_children[childIndex].m_childShape->getAabb(newChildTransform,localAabbMin,localAabbMax); 157 m_children[j].m_childShape->getAabb(m_children[j].m_transform, localAabbMin, localAabbMax); 168 ///getAabb's default implementation is brute force, expected derived classes to implement a fast dedicated version 169 void btCompoundShape::getAabb(const btTransform& trans,btVector3& aabbMin,btVector3& aabbMax) const function in class:btCompoundShape 199 getAabb(ident,aabbMin,aabbMax); 314 child.m_childShape->getAabb(child.m_transform,localAabbMin,localAabbMax);
|
H A D | btCollisionShape.h | 46 ///getAabb returns the axis aligned bounding box in the coordinate frame of the given transform t. 47 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const =0;
|
H A D | btHeightfieldTerrainShape.h | 152 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btPolyhedralConvexShape.h | 110 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
|
H A D | btStaticPlaneShape.cpp | 37 void btStaticPlaneShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btStaticPlaneShape
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
H A D | btBroadphaseInterface.h | 59 virtual void getAabb(btBroadphaseProxy* proxy,btVector3& aabbMin, btVector3& aabbMax ) const =0; 71 ///getAabb returns the axis aligned bounding box in the 'global' coordinate frame
|
H A D | btDbvtBroadphase.h | 113 virtual void getAabb(btBroadphaseProxy* proxy,btVector3& aabbMin, btVector3& aabbMax ) const;
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
H A D | btCompoundCollisionAlgorithm.cpp | 132 childShape->getAabb(newChildWorldTrans,aabbMin0,aabbMax0); 133 m_otherObjWrap->getCollisionShape()->getAabb(m_otherObjWrap->getWorldTransform(),aabbMin1,aabbMax1); 273 otherObjWrap->getCollisionShape()->getAabb(otherInCompoundSpace,localAabbMin,localAabbMax); 313 childShape->getAabb(newChildWorldTrans,aabbMin0,aabbMax0); 314 otherObjWrap->getCollisionShape()->getAabb(otherObjWrap->getWorldTransform(),aabbMin1,aabbMax1);
|