Searched refs:polygon_point_count (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | gim_clip_polygon.h | 83 GUINT polygon_point_count, in PLANE_CLIP_POLYGON_GENERIC() argument 98 for(GUINT _i=1;_i<polygon_point_count;_i++) in PLANE_CLIP_POLYGON_GENERIC() 116 polygon_points[polygon_point_count-1],polygon_points[0], in PLANE_CLIP_POLYGON_GENERIC() 190 GUINT polygon_point_count, in PLANE_CLIP_POLYGON3D() argument 193 …CLIP_POLYGON_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,polygon_points,polygon_point_count,clipped,DIS… in PLANE_CLIP_POLYGON3D()
|
D | btClipPolygon.h | 75 int polygon_point_count, in bt_plane_clip_polygon() argument 90 for(int i=1;i<polygon_point_count;i++) in bt_plane_clip_polygon() 108 polygon_points[polygon_point_count-1],polygon_points[0], in bt_plane_clip_polygon()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | Collision.java | 252 …_plane_clip_polygon(btVector4 plane, btVector3 polygon_points, int polygon_point_count, btVector3 … in bt_plane_clip_polygon() argument 253 …(plane), plane, btVector3.getCPtr(polygon_points), polygon_points, polygon_point_count, btVector3.… in bt_plane_clip_polygon()
|