Home
last modified time | relevance | path

Searched refs:m_OutputVertices (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyHelpers.cpp222 const btVector3 center=average(hres.m_OutputVertices); in Draw()
223 add(hres.m_OutputVertices,-center); in Draw()
224 mul(hres.m_OutputVertices,(btScalar)1); in Draw()
225 add(hres.m_OutputVertices,center); in Draw()
229 idraw->drawTriangle(hres.m_OutputVertices[idx[0]], in Draw()
230 hres.m_OutputVertices[idx[1]], in Draw()
231 hres.m_OutputVertices[idx[2]], in Draw()
1073 &hres.m_OutputVertices[0],0); in CreateFromConvexHull()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.cpp743 result.m_OutputVertices.resize(static_cast<int>(ovcount)); in CreateConvexHull()
749 memcpy(&result.m_OutputVertices[0], &vertexScratch[0], sizeof(btVector3)*ovcount ); in CreateConvexHull()
776 result.m_OutputVertices.resize(static_cast<int>(ovcount)); in CreateConvexHull()
780 memcpy(&result.m_OutputVertices[0], &vertexScratch[0], sizeof(btVector3)*ovcount ); in CreateConvexHull()
818 if ( result.m_OutputVertices.size()) in ReleaseResult()
821 result.m_OutputVertices.clear(); in ReleaseResult()
DbtConvexHull.h39 btAlignedObjectArray<btVector3> m_OutputVertices; // array of vertices variable
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtShapeHull.cpp87 m_vertices[i] = hr.m_OutputVertices[i]; in buildHull()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp9049 if (arg1) (arg1)->m_OutputVertices = *arg2; in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullResult_1OutputVertices_1set()
9062 result = (btAlignedObjectArray< btVector3 > *)& ((arg1)->m_OutputVertices); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullResult_1OutputVertices_1get()