/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btIDebugDraw.h | 103 btScalar stepDegrees = 30.f; 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() 175 const btVector3& color, bool drawSect, btScalar stepDegrees = btScalar(10.f)) 179 btScalar step = stepDegrees * SIMD_RADS_PER_DEG; 200 …axTh, btScalar minPs, btScalar maxPs, const btVector3& color, btScalar stepDegrees = btScalar(10.f… 208 btScalar step = stepDegrees * SIMD_RADS_PER_DEG; 339 int stepDegrees = 30; in drawCapsule() local 361 …erePatch(center, up, axis, radius,minTh, maxTh, minPs, maxPs, color, btScalar(stepDegrees) ,false); in drawCapsule() 379 …erePatch(center, up, axis, radius,minTh, maxTh, minPs, maxPs, color, btScalar(stepDegrees) ,false); in drawCapsule() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | btIDebugDraw.java | 247 …loat radiusB, float minAngle, float maxAngle, Vector3 color, boolean drawSect, float stepDegrees) { in drawArc() argument 248 …stepDegrees); else LinearMathJNI.btIDebugDraw_drawArcSwigExplicitbtIDebugDraw__SWIG_0(swigCPtr, th… in drawArc() 255 …oat minTh, float maxTh, float minPs, float maxPs, Vector3 color, float stepDegrees, boolean drawCe… in drawSpherePatch() argument 256 …stepDegrees, drawCenter); else LinearMathJNI.btIDebugDraw_drawSpherePatchSwigExplicitbtIDebugDraw_… in drawSpherePatch() 259 …oat radius, float minTh, float maxTh, float minPs, float maxPs, Vector3 color, float stepDegrees) { in drawSpherePatch() argument 260 …stepDegrees); else LinearMathJNI.btIDebugDraw_drawSpherePatchSwigExplicitbtIDebugDraw__SWIG_1(swig… in drawSpherePatch()
|
D | LinearMathJNI.java | 620 …loat radiusB, float minAngle, float maxAngle, Vector3 color, boolean drawSect, float stepDegrees) { in SwigDirector_btIDebugDraw_drawArc__SWIG_0() argument 621 ….drawArc(center, normal, axis, radiusA, radiusB, minAngle, maxAngle, color, drawSect, stepDegrees); in SwigDirector_btIDebugDraw_drawArc__SWIG_0() 626 …oat minTh, float maxTh, float minPs, float maxPs, Vector3 color, float stepDegrees, boolean drawCe… 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 …oat radius, float minTh, float maxTh, float minPs, float maxPs, Vector3 color, float stepDegrees) { 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()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.h | 35 …le, btScalar maxAngle, btVector3 const &color, bool drawSect, btScalar stepDegrees = btScalar(10.f… 36 …axTh, btScalar minPs, btScalar maxPs, btVector3 const &color, btScalar stepDegrees = btScalar(10.f…
|
D | linearmath_wrap.cpp | 2511 …tScalar minAngle, btScalar maxAngle, btVector3 const &color, bool drawSect, btScalar stepDegrees) { in drawArc() argument 2527 …ebugDraw::drawArc(center,normal,axis,radiusA,radiusB,minAngle,maxAngle,color,drawSect,stepDegrees); in drawArc() 2549 jstepDegrees = (jfloat) stepDegrees; in drawArc() 2563 …axTh, btScalar minPs, btScalar maxPs, btVector3 const &color, btScalar stepDegrees, bool drawCente… in drawSpherePatch() argument 2580 …btIDebugDraw::drawSpherePatch(center,up,axis,radius,minTh,maxTh,minPs,maxPs,color,stepDegrees,draw… in drawSpherePatch() 2602 jstepDegrees = (jfloat) stepDegrees; in drawSpherePatch()
|