Searched defs:m_point_count (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
H A DbtTriangleShapeEx.h41 int m_point_count; member in struct:GIM_TRIANGLE_CONTACT
49 m_point_count = other.m_point_count;
50 int i = m_point_count;
H A Dgim_tri_collision.h48 GUINT m_point_count; member in struct:GIM_TRIANGLE_CONTACT_DATA
56 m_point_count = other.m_point_count;
57 GUINT i = m_point_count;
81 m_point_count = 0;
98 m_point_count=1;
102 point_indices[m_point_count] = _k;
103 m_point_count++;
108 for( _k=0;_k<m_point_count;_k++)

Completed in 54 milliseconds