Home
last modified time | relevance | path

Searched refs:getAabbSlow (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvex2dShape.cpp60 void btConvex2dShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const in getAabbSlow() function in btConvex2dShape
62 m_childConvexShape->getAabbSlow(t,aabbMin,aabbMax); in getAabbSlow()
DbtConvexInternalShape.h90 getAabbSlow(t,aabbMin,aabbMax); in ATTRIBUTE_ALIGNED16()
95 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const; in ATTRIBUTE_ALIGNED16()
DbtUniformScalingShape.cpp69 getAabbSlow(trans,aabbMin,aabbMax); in getAabb()
73 void btUniformScalingShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax)… in getAabbSlow() function in btUniformScalingShape
DbtConvex2dShape.h67 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const; in ATTRIBUTE_ALIGNED16()
DbtUniformScalingShape.h74 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const; in ATTRIBUTE_ALIGNED16()
DbtConvexShape.h65 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const =0; in ATTRIBUTE_ALIGNED16()
DbtConvexInternalShape.cpp35 void btConvexInternalShape::getAabbSlow(const btTransform& trans,btVector3&minAabb,btVector3&maxAab… in getAabbSlow() function in btConvexInternalShape
DbtTriangleShape.h66 getAabbSlow(t,aabbMin,aabbMax); in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConvexShape.java93 public void getAabbSlow(Matrix4 t, Vector3 aabbMin, Vector3 aabbMax) { in getAabbSlow() method in btConvexShape
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp14812 ((btConvexShape const *)arg1)->getAabbSlow((btTransform const &)*arg2,*arg3,*arg4); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btConvexShape_1getAabbSlow()