HomeSort by relevance Sort by last modified time
    Searched refs:m_equalVertexThreshold (Results 1 - 6 of 6) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btVoronoiSimplexSolver.h 117 btScalar m_equalVertexThreshold;
136 : m_equalVertexThreshold(VORONOI_DEFAULT_EQUAL_VERTEX_THRESHOLD)
145 m_equalVertexThreshold = threshold;
150 return m_equalVertexThreshold;
btVoronoiSimplexSolver.cpp 293 if ( m_simplexVectorW[i].distance2(w) <= m_equalVertexThreshold)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTriangleInfoMap.h 62 btScalar m_equalVertexThreshold; ///used to compute connectivity: if the distance between two vertices is smaller than m_equalVertexThreshold, they are considered to be 'shared'
72 m_equalVertexThreshold = btScalar(0.0001)*btScalar(0.0001);
106 float m_equalVertexThreshold;
128 tmapData->m_equalVertexThreshold =(float) m_equalVertexThreshold;
210 m_equalVertexThreshold = tmapData.m_equalVertexThreshold;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btInternalEdgeUtility.cpp 77 if (crossBSqr < m_triangleInfoMap->m_equalVertexThreshold)
83 if (crossASqr< m_triangleInfoMap->m_equalVertexThreshold)
103 if ( (m_triangleVerticesA[i]-triangle[j]).length2() < m_triangleInfoMap->m_equalVertexThreshold)
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 504 float m_equalVertexThreshold;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 434 milliseconds