Home
last modified time | relevance | path

Searched refs:firstdist (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtClipPolygon.h82 btScalar firstdist = bt_distance_point_plane(plane,polygon_points[0]);; in bt_plane_clip_polygon() local
83 if(!(firstdist>SIMD_EPSILON)) in bt_plane_clip_polygon()
89 btScalar olddist = firstdist; in bt_plane_clip_polygon()
110 firstdist, in bt_plane_clip_polygon()
133 btScalar firstdist = bt_distance_point_plane(plane,point0);; in bt_plane_clip_triangle() local
134 if(!(firstdist>SIMD_EPSILON)) in bt_plane_clip_triangle()
141 btScalar olddist = firstdist; in bt_plane_clip_triangle()
171 firstdist, in bt_plane_clip_triangle()
Dgim_clip_polygon.h90 GREAL firstdist = distance_func(plane,polygon_points[0]);; in PLANE_CLIP_POLYGON_GENERIC() local
91 if(!(firstdist>G_EPSILON)) in PLANE_CLIP_POLYGON_GENERIC()
97 GREAL olddist = firstdist; in PLANE_CLIP_POLYGON_GENERIC()
118 firstdist, in PLANE_CLIP_POLYGON_GENERIC()
140 GREAL firstdist = distance_func(plane,point0);; in PLANE_CLIP_TRIANGLE_GENERIC() local
141 if(!(firstdist>G_EPSILON)) in PLANE_CLIP_TRIANGLE_GENERIC()
148 GREAL olddist = firstdist; in PLANE_CLIP_TRIANGLE_GENERIC()
178 firstdist, in PLANE_CLIP_TRIANGLE_GENERIC()