/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btIDebugDraw.h | 99 btScalar minTh = -SIMD_HALF_PI; in drawSphere() local 104 drawSpherePatch(center, up, axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees ,false); in drawSphere() 105 drawSpherePatch(center, up, -axis, radius,minTh, maxTh, minPs, maxPs, color, stepDegrees,false ); in drawSphere() 200 …btScalar minTh, btScalar maxTh, btScalar minPs, btScalar maxPs, const btVector3& color, btScalar s… 214 if(minTh <= -SIMD_HALF_PI) 216 minTh = -SIMD_HALF_PI + step; 224 if(minTh > maxTh) 226 minTh = -SIMD_HALF_PI + step; 230 int n_hor = (int)((maxTh - minTh) / step) + 1; 232 btScalar step_h = (maxTh - minTh) / btScalar(n_hor - 1); [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | btIDebugDraw.java | 255 …public void drawSpherePatch(Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, f… in drawSpherePatch() argument 256 …minTh, maxTh, minPs, maxPs, color, stepDegrees, drawCenter); else LinearMathJNI.btIDebugDraw_drawS… in drawSpherePatch() 259 …public void drawSpherePatch(Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, f… in drawSpherePatch() argument 260 …minTh, maxTh, minPs, maxPs, color, stepDegrees); else LinearMathJNI.btIDebugDraw_drawSpherePatchSw… in drawSpherePatch() 263 …public void drawSpherePatch(Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, f… in drawSpherePatch() argument 264 …minTh, maxTh, minPs, maxPs, color); else LinearMathJNI.btIDebugDraw_drawSpherePatchSwigExplicitbtI… in drawSpherePatch()
|
D | LinearMathJNI.java | 626 …Draw jself, Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, floa… in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_0() argument 627 …jself.drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees, dr… in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_0() 629 …Draw jself, Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, floa… in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_1() argument 630 jself.drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color, stepDegrees); in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_1() 632 …Draw jself, Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, floa… in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_2() argument 633 jself.drawSpherePatch(center, up, axis, radius, minTh, maxTh, minPs, maxPs, color); in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_2()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.h | 36 …er, btVector3 const &up, btVector3 const &axis, btScalar radius, btScalar minTh, btScalar maxTh, b…
|
D | linearmath_wrap.cpp | 2563 …er, btVector3 const &up, btVector3 const &axis, btScalar radius, btScalar minTh, btScalar maxTh, b… in drawSpherePatch() argument 2580 …btIDebugDraw::drawSpherePatch(center,up,axis,radius,minTh,maxTh,minPs,maxPs,color,stepDegrees,draw… in drawSpherePatch() 2595 jminTh = (jfloat) minTh; in drawSpherePatch()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/ |
D | btDiscreteDynamicsWorld.cpp | 1275 btScalar minTh = p6DOF->getRotationalLimitMotor(1)->m_loLimit; in debugDrawConstraint() local 1279 …getDebugDrawer()->drawSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, min… in debugDrawConstraint() 1325 btScalar minTh = p6DOF->getRotationalLimitMotor(1)->m_loLimit; in debugDrawConstraint() local 1329 …getDebugDrawer()->drawSpherePatch(center, up, axis, dbgDrawSize * btScalar(.9f), minTh, maxTh, min… in debugDrawConstraint()
|