Searched defs:drawSphere (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btIDebugDraw.h | 93 virtual void drawSphere(btScalar radius, const btTransform& transform, const btVector3& color) in drawSphere() function 108 virtual void drawSphere (const btVector3& p, btScalar radius, const btVector3& color) in drawSphere() function
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | btIDebugDraw.java | 203 public void drawSphere(float radius, Matrix4 transform, Vector3 color) { in drawSphere() method in btIDebugDraw 207 public void drawSphere(Vector3 p, float radius, Vector3 color) { in drawSphere() method in btIDebugDraw
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.cpp | 2119 void SwigDirector_btIDebugDraw::drawSphere(btScalar radius, btTransform const &transform, btVector3… in drawSphere() function in SwigDirector_btIDebugDraw 2153 void SwigDirector_btIDebugDraw::drawSphere(btVector3 const &p, btScalar radius, btVector3 const &co… in drawSphere() function in SwigDirector_btIDebugDraw
|