Searched refs:fromColor (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | btIDebugDraw.java | 199 public void drawLine(Vector3 from, Vector3 to, Vector3 fromColor, Vector3 toColor) { in drawLine() argument 200 …, from, to, fromColor, toColor); else LinearMathJNI.btIDebugDraw_drawLineSwigExplicitbtIDebugDraw_… in drawLine()
|
D | LinearMathJNI.java | 584 …_drawLine__SWIG_1(btIDebugDraw jself, Vector3 from, Vector3 to, Vector3 fromColor, Vector3 toColor… in SwigDirector_btIDebugDraw_drawLine__SWIG_1() argument 585 jself.drawLine(from, to, fromColor, toColor); in SwigDirector_btIDebugDraw_drawLine__SWIG_1()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.h | 23 …virtual void drawLine(btVector3 const &from, btVector3 const &to, btVector3 const &fromColor, btVe…
|
D | linearmath_wrap.cpp | 2079 …::drawLine(btVector3 const &from, btVector3 const &to, btVector3 const &fromColor, btVector3 const… in drawLine() argument 2089 btIDebugDraw::drawLine(from,to,fromColor,toColor); in drawLine() 2101 gdx_setVector3FrombtVector3(jenv, jfromColor, fromColor); in drawLine()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btIDebugDraw.h | 87 …virtual void drawLine(const btVector3& from,const btVector3& to, const btVector3& fromColor, co… in drawLine() argument 90 drawLine (from, to, fromColor); in drawLine()
|