Searched defs:drawBox (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btIDebugDraw.h | 306 virtual void drawBox(const btVector3& bbMin, const btVector3& bbMax, const btVector3& color) in drawBox() function 321 …virtual void drawBox(const btVector3& bbMin, const btVector3& bbMax, const btTransform& trans, con… in drawBox() function
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | btIDebugDraw.java | 267 public void drawBox(Vector3 bbMin, Vector3 bbMax, Vector3 color) { in drawBox() method in btIDebugDraw 271 public void drawBox(Vector3 bbMin, Vector3 bbMax, Matrix4 trans, Vector3 color) { in drawBox() method in btIDebugDraw
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | OcclusionBuffer.java | 275 private boolean drawBox (Vector3[] vertices, Policy policy) { in drawBox() method in OcclusionBuffer
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyHelpers.cpp | 35 static void drawBox( btIDebugDraw* idraw, in drawBox() function
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.cpp | 2617 void SwigDirector_btIDebugDraw::drawBox(btVector3 const &bbMin, btVector3 const &bbMax, btVector3 c… in drawBox() function in SwigDirector_btIDebugDraw 2653 void SwigDirector_btIDebugDraw::drawBox(btVector3 const &bbMin, btVector3 const &bbMax, btTransform… in drawBox() function in SwigDirector_btIDebugDraw
|