Searched refs:MAX_TRI_CLIPPING (Results 1 – 5 of 5) sorted by relevance
34 int point_indices[MAX_TRI_CLIPPING]; in merge_points()93 btVector3 temp_points[MAX_TRI_CLIPPING]; in clip_triangle()106 btVector3 temp_points1[MAX_TRI_CLIPPING]; in clip_triangle()130 btVector3 clipped_points[MAX_TRI_CLIPPING]; in find_triangle_collision_clip_method()
35 #define MAX_TRI_CLIPPING 16 macro43 btVector3 m_points[MAX_TRI_CLIPPING];
42 #define MAX_TRI_CLIPPING 16 macro50 btVector3 m_points[MAX_TRI_CLIPPING];84 GUINT point_indices[MAX_TRI_CLIPPING]; in mergepoints_generic()
59 btVector3 temp_points[MAX_TRI_CLIPPING];60 btVector3 temp_points1[MAX_TRI_CLIPPING];61 btVector3 contact_points[MAX_TRI_CLIPPING];
60 public final static int MAX_TRI_CLIPPING = 16; field