Searched refs:getAabb (Results 1 - 25 of 71) sorted by relevance

123

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtEmptyShape.cpp33 ///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 DbtEmptyShape.h41 ///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 DbtConvex2dShape.cpp54 ///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 DbtBox2dShape.cpp22 void btBox2dShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btBox2dShape
H A DbtBoxShape.cpp31 void btBoxShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btBoxShape
H A DbtSphereShape.h44 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
H A DbtTriangleMeshShape.h50 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
H A DbtCollisionShape.cpp38 getAabb(tr,aabbMin,aabbMax);
63 getAabb(curTrans,temporalAabbMin,temporalAabbMax);
H A DbtConvexInternalShape.h87 ///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 DbtTetrahedronShape.cpp60 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 DbtConvex2dShape.h64 ///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 DbtConvexShape.h62 ///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 DbtScaledBvhTriangleMeshShape.h42 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
H A DbtSphereShape.cpp55 void btSphereShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const function in class:btSphereShape
H A DbtStaticPlaneShape.h41 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
H A DbtTetrahedronShape.h48 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
H A DbtUniformScalingShape.h71 ///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 DbtCompoundShape.cpp66 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 DbtCollisionShape.h46 ///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 DbtHeightfieldTerrainShape.h152 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
H A DbtPolyhedralConvexShape.h110 virtual void getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
H A DbtStaticPlaneShape.cpp37 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 DbtBroadphaseInterface.h59 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 DbtDbvtBroadphase.h113 virtual void getAabb(btBroadphaseProxy* proxy,btVector3& aabbMin, btVector3& aabbMax ) const;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DbtCompoundCollisionAlgorithm.cpp132 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);

Completed in 169 milliseconds

123