Home
last modified time | relevance | path

Searched refs:polygon_points (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_clip_polygon.h82 const CLASS_POINT * polygon_points, in PLANE_CLIP_POLYGON_GENERIC() argument
90 GREAL firstdist = distance_func(plane,polygon_points[0]);; in PLANE_CLIP_POLYGON_GENERIC()
93 VEC_COPY(clipped[clipped_count],polygon_points[0]); in PLANE_CLIP_POLYGON_GENERIC()
100 GREAL dist = distance_func(plane,polygon_points[_i]); in PLANE_CLIP_POLYGON_GENERIC()
103 polygon_points[_i-1],polygon_points[_i], in PLANE_CLIP_POLYGON_GENERIC()
116 polygon_points[polygon_point_count-1],polygon_points[0], in PLANE_CLIP_POLYGON_GENERIC()
189 const CLASS_POINT * polygon_points, in PLANE_CLIP_POLYGON3D() argument
193 …return PLANE_CLIP_POLYGON_GENERIC<CLASS_POINT,CLASS_PLANE>(plane,polygon_points,polygon_point_coun… in PLANE_CLIP_POLYGON3D()
DbtClipPolygon.h74 const btVector3 * polygon_points, in bt_plane_clip_polygon() argument
82 btScalar firstdist = bt_distance_point_plane(plane,polygon_points[0]);; in bt_plane_clip_polygon()
85 clipped[clipped_count] = polygon_points[0]; in bt_plane_clip_polygon()
92 btScalar dist = bt_distance_point_plane(plane,polygon_points[i]); in bt_plane_clip_polygon()
95 polygon_points[i-1],polygon_points[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/
DCollision.java252 …public static int bt_plane_clip_polygon(btVector4 plane, btVector3 polygon_points, int polygon_poi… in bt_plane_clip_polygon() argument
253 …p_polygon(btVector4.getCPtr(plane), plane, btVector3.getCPtr(polygon_points), polygon_points, poly… in bt_plane_clip_polygon()