Home
last modified time | relevance | path

Searched refs:mVertices (Results 1 – 8 of 8) sorted by relevance

/external/eigen/demos/opengl/
Dicosphere.cpp40 mVertices.push_back(Map<Vector3f>(vdata[i])); in IcoSphere()
85 ids1[k] = mVertices.size(); in _subdivide()
87 mVertices.push_back( (mVertices[e0]+mVertices[e1]).normalized() ); in _subdivide()
108 glVertexPointer(3, GL_FLOAT, 0, mVertices[0].data()); in draw()
109 glNormalPointer(GL_FLOAT, 0, mVertices[0].data()); in draw()
Dicosphere.h20 const std::vector<Eigen::Vector3f>& vertices() const { return mVertices; } in vertices()
25 std::vector<Eigen::Vector3f> mVertices; variable
Dquaternion_demo.h66 std::vector<Vector3f> mVertices; variable
Dquaternion_demo.cpp258 glVertexPointer(3, GL_FLOAT, 0, mVertices[0].data()); in drawScene()
262 glDrawArrays(GL_TRIANGLES, 0, mVertices.size()); in drawScene()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.h63 mVertices = 0; in HullDesc()
77 mVertices = vertices;
101 const btVector3 *mVertices; // the array of vertices. variable
170 mVertices = 0; in PHullResult()
176 btVector3* mVertices; variable
DbtConvexHull.cpp658 result.mVertices = (btVector3*) vertices; in ComputeHull()
675 result.mVertices = 0; in ReleaseHull()
709 …bool ok = CleanupVertices(desc.mVcount,desc.mVertices, desc.mVertexStride, ovcount, &vertexSource[… in CreateConvexHull()
735 …BringOutYourDead(hr.mVertices,hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexC… in CreateConvexHull()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtShapeHull.cpp68 hd.mVertices = &supportPoints[0]; in buildHull()
71 hd.mVertices = &supportPoints[0]; in buildHull()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp9323 if (arg1) (arg1)->mVertices = (btVector3 const *)arg2; in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullDesc_1mVertices_1set()
9336 result = (btVector3 *) ((arg1)->mVertices); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullDesc_1mVertices_1get()
10071 if (arg1) (arg1)->mVertices = arg2; in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_PHullResult_1mVertices_1set()
10084 result = (btVector3 *) ((arg1)->mVertices); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_PHullResult_1mVertices_1get()