HomeSort by relevance Sort by last modified time
    Searched refs:getAabbSlow (Results 1 - 10 of 10) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvex2dShape.cpp 60 void btConvex2dShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const
62 m_childConvexShape->getAabbSlow(t,aabbMin,aabbMax);
btConvex2dShape.h 67 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
btUniformScalingShape.h 74 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
btConvexInternalShape.h 90 getAabbSlow(t,aabbMin,aabbMax);
95 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const;
btConvexShape.h 65 virtual void getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const =0;
btUniformScalingShape.cpp 69 getAabbSlow(trans,aabbMin,aabbMax);
73 void btUniformScalingShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const
btConvexInternalShape.cpp 35 void btConvexInternalShape::getAabbSlow(const btTransform& trans,btVector3&minAabb,btVector3&maxAabb) const
btTriangleShape.h 66 getAabbSlow(t,aabbMin,aabbMax);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvexShape.java 93 public void getAabbSlow(Matrix4 t, Vector3 aabbMin, Vector3 aabbMax) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 2868 milliseconds