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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btPolyhedralConvexShape.cpp 28 m_polyhedron(0)
35 if (m_polyhedron)
37 m_polyhedron->~btConvexPolyhedron();
38 btAlignedFree(m_polyhedron);
46 if (m_polyhedron)
48 m_polyhedron->~btConvexPolyhedron();
49 btAlignedFree(m_polyhedron);
53 m_polyhedron = new (mem) btConvexPolyhedron;
102 m_polyhedron->m_vertices.resize(numVertices);
105 m_polyhedron->m_vertices[p] = convexUtil->vertices[p]
    [all...]
btPolyhedralConvexShape.h 31 btConvexPolyhedron* m_polyhedron; variable
48 return m_polyhedron;

Completed in 53 milliseconds