Home
last modified time | relevance | path

Searched defs:maxTh (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtIDebugDraw.h100 btScalar maxTh = SIMD_HALF_PI; in drawSphere() local
357 btScalar maxTh = SIMD_HALF_PI; in drawCapsule() local
376 btScalar maxTh = SIMD_HALF_PI; in drawCapsule() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtIDebugDraw.java255 …h(Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, float minPs, f… in drawSpherePatch()
259 …h(Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, float minPs, f… in drawSpherePatch()
263 …h(Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, float minPs, f… in drawSpherePatch()
DLinearMathJNI.java626 …, Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, float minPs, f… in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_0()
629 …, Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, float minPs, f… in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_1()
632 …, Vector3 center, Vector3 up, Vector3 axis, float radius, float minTh, float maxTh, float minPs, f… in SwigDirector_btIDebugDraw_drawSpherePatch__SWIG_2()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtDiscreteDynamicsWorld.cpp1276 btScalar maxTh = p6DOF->getRotationalLimitMotor(1)->m_hiLimit; in debugDrawConstraint() local
1326 btScalar maxTh = p6DOF->getRotationalLimitMotor(1)->m_hiLimit; in debugDrawConstraint() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp2563 …3 const &up, btVector3 const &axis, btScalar radius, btScalar minTh, btScalar maxTh, btScalar minP… in drawSpherePatch()