Home
last modified time | relevance | path

Searched defs:drawAabb (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtIDebugDraw.h137 virtual void drawAabb(const btVector3& from,const btVector3& to,const btVector3& color) in drawAabb() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtIDebugDraw.java239 public void drawAabb(Vector3 from, Vector3 to, Vector3 color) { in drawAabb() method in btIDebugDraw
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp2445 void SwigDirector_btIDebugDraw::drawAabb(btVector3 const &from, btVector3 const &to, btVector3 cons… in drawAabb() function in SwigDirector_btIDebugDraw