gim_tri_collision.cpp | 59 btVector3 temp_points[MAX_TRI_CLIPPING]; member in class:GIM_TRIANGLE_CALCULATION_CACHE 123 edgeplane,srcpoints[0],srcpoints[1],srcpoints[2],temp_points); 132 edgeplane,temp_points,clipped_count,temp_points1); 149 btVector3 temp_points[MAX_TRI_CLIPPING]; 153 0,srcpoints[0],srcpoints[1],srcpoints[2],temp_points, 161 0,temp_points,clipped_count,temp_points1, 499 btVector3 temp_points[MAX_TRI_CLIPPING]; 520 edgeplane,srcpoints[0],srcpoints[1],srcpoints[2],temp_points); 529 edgeplane,temp_points,clipped_count,temp_points1);
|