Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A DBLI_kdopbvh.c2224 int isect_type = isect_aabb_planes_v3( in bvhtree_nearest_projected_with_clipplane_test_dfs_recursive() local
2227 if ((isect_type != ISECT_AABB_PLANE_BEHIND_ANY) && in bvhtree_nearest_projected_with_clipplane_test_dfs_recursive()
2230 if (isect_type == ISECT_AABB_PLANE_CROSS_ANY) { in bvhtree_nearest_projected_with_clipplane_test_dfs_recursive()
2246 int isect_type = isect_aabb_planes_v3( in bvhtree_nearest_projected_with_clipplane_test_dfs_recursive() local
2249 if (isect_type != ISECT_AABB_PLANE_BEHIND_ANY && in bvhtree_nearest_projected_with_clipplane_test_dfs_recursive()
2252 if (isect_type == ISECT_AABB_PLANE_CROSS_ANY) { in bvhtree_nearest_projected_with_clipplane_test_dfs_recursive()
2305 int isect_type = isect_aabb_planes_v3(data.clip_plane, data.clip_plane_len, bb_min, bb_max); in BLI_bvhtree_find_nearest_projected() local
2307 if (isect_type != 0 && in BLI_bvhtree_find_nearest_projected()
2310 if (isect_type == 1) { in BLI_bvhtree_find_nearest_projected()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_remap.c849 const int isect_type = isect_line_line_v3( in BKE_mesh_remap_calc_edges_from_mesh() local
851 if (isect_type != 0) { in BKE_mesh_remap_calc_edges_from_mesh()