Home
last modified time | relevance | path

Searched refs:point_indices (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtTriangleShapeEx.cpp34 int point_indices[MAX_TRI_CLIPPING]; in merge_points() local
47 point_indices[0] = _k; in merge_points()
52 point_indices[m_point_count] = _k; in merge_points()
60 m_points[_k] = points[point_indices[_k]]; in merge_points()
Dgim_tri_collision.h84 GUINT point_indices[MAX_TRI_CLIPPING]; in mergepoints_generic() local
97 point_indices[0] = _k; in mergepoints_generic()
102 point_indices[m_point_count] = _k; in mergepoints_generic()
110 m_points[_k] = points[point_indices[_k]]; in mergepoints_generic()