Home
last modified time | relevance | path

Searched defs:getAabbSlow (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexInternalShape.cpp35 void btConvexInternalShape::getAabbSlow(const btTransform& trans,btVector3&minAabb,btVector3&maxAab… in getAabbSlow() function in btConvexInternalShape
DbtConvex2dShape.cpp60 void btConvex2dShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const in getAabbSlow() function in btConvex2dShape
DbtUniformScalingShape.cpp73 void btUniformScalingShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax)… in getAabbSlow() function in btUniformScalingShape
/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