Home
last modified time | relevance | path

Searched defs:bbMin (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtIDebugDraw.h306 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/
DbtIDebugDraw.java267 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()
DLinearMathJNI.java635 …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/
DbtDiscreteDynamicsWorld.cpp1304 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/
Dlinearmath_wrap.cpp2617 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()