Searched defs:bbMin (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() 321 …virtual void drawBox(const btVector3& bbMin, const btVector3& bbMax, const btTransform& trans, con… in drawBox()
|
/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() 271 public void drawBox(Vector3 bbMin, Vector3 bbMax, Matrix4 trans, Vector3 color) { in drawBox()
|
D | LinearMathJNI.java | 635 …public static void SwigDirector_btIDebugDraw_drawBox__SWIG_0(btIDebugDraw jself, Vector3 bbMin, Ve… in SwigDirector_btIDebugDraw_drawBox__SWIG_0() 638 …public static void SwigDirector_btIDebugDraw_drawBox__SWIG_1(btIDebugDraw jself, Vector3 bbMin, Ve… in SwigDirector_btIDebugDraw_drawBox__SWIG_1()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/ |
D | btDiscreteDynamicsWorld.cpp | 1304 btVector3 bbMin = p6DOF->getTranslationalLimitMotor()->m_lowerLimit; in debugDrawConstraint() local 1354 btVector3 bbMin = p6DOF->getTranslationalLimitMotor()->m_lowerLimit; in debugDrawConstraint() local
|
/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() 2653 void SwigDirector_btIDebugDraw::drawBox(btVector3 const &bbMin, btVector3 const &bbMax, btTransform… in drawBox()
|