Home
last modified time | relevance | path

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/
DbtIDebugDraw.java199 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()
DLinearMathJNI.java584 …_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/
Dlinearmath_wrap.h23 …virtual void drawLine(btVector3 const &from, btVector3 const &to, btVector3 const &fromColor, btVe…
Dlinearmath_wrap.cpp2079 …::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/
DbtIDebugDraw.h87 …virtual void drawLine(const btVector3& from,const btVector3& to, const btVector3& fromColor, co… in drawLine() argument
90 drawLine (from, to, fromColor); in drawLine()