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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 666 SIMD_FORCE_INLINE void get_vertex(unsigned int vertex_index, btVector3 & vertex) const function in class:btGImpactMeshShapePart::TrimeshPrimitiveManager
697 get_vertex(indices[0],triangle.m_vertices[0]);
698 get_vertex(indices[1],triangle.m_vertices[1]);
699 get_vertex(indices[2],triangle.m_vertices[2]);
707 get_vertex(indices[0],triangle.m_vertices1[0]);
708 get_vertex(indices[1],triangle.m_vertices1[1]);
709 get_vertex(indices[2],triangle.m_vertices1[2]);
867 m_primitive_manager.get_vertex(vertex_index,vertex);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactMeshShapePart.java 244 public void get_vertex(long vertex_index, Vector3 vertex) { method in class:btGImpactMeshShapePart.TrimeshPrimitiveManager

Completed in 155 milliseconds