Searched refs:firstdist (Results 1 – 2 of 2) sorted by relevance
82 btScalar firstdist = bt_distance_point_plane(plane,polygon_points[0]);; in bt_plane_clip_polygon() local83 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() local134 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()
90 GREAL firstdist = distance_func(plane,polygon_points[0]);; in PLANE_CLIP_POLYGON_GENERIC() local91 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() local141 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()