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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.cpp 93 btVector3 temp_points[MAX_TRI_CLIPPING]; local
102 edgeplane,other.m_vertices[0],other.m_vertices[1],other.m_vertices[2],temp_points);
113 clipped_count = bt_plane_clip_polygon(edgeplane,temp_points,clipped_count,temp_points1);
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);

Completed in 102 milliseconds