Blender  V3.3
Functions | Variables
bmesh_query_inline.h File Reference

Go to the source code of this file.

Functions

ATTR_WARN_UNUSED_RESULT ATTR_NONNULL (1) BLI_INLINE bool BM_vert_in_edge(const BMEdge *e
 
ATTR_WARN_UNUSED_RESULT ATTR_NONNULL (1, 2) BLI_INLINE bool BM_edge_in_loop(const BMEdge *e
 
ATTR_WARN_UNUSED_RESULT ATTR_NONNULL (1, 2, 3) BLI_INLINE bool BM_verts_in_edge(const BMVert *v1
 
 BLI_assert (l_a !=l_b)
 
 return (ELEM(l_b, l_a->next, l_a->prev))
 

Variables

ATTR_WARN_UNUSED_RESULT const BMVertv
 
ATTR_WARN_UNUSED_RESULT const BMLoopl
 
ATTR_WARN_UNUSED_RESULT const BMVertv2
 
ATTR_WARN_UNUSED_RESULT const BMVert const BMEdgee
 
ATTR_WARN_UNUSED_RESULT const BMLoopl_b
 

Function Documentation

◆ ATTR_NONNULL() [1/3]

ATTR_WARN_UNUSED_RESULT ATTR_NONNULL ( ) const

Returns whether or not a given vertex is is part of a given edge.

Tests whether or not the edge is part of a wire. (ie: has no faces attached to it)

Tests whether or not this edge is manifold. A manifold edge has exactly 2 faces attached to it.

Tests that the edge is manifold and that both its faces point the same way.

Tests whether or not an edge is on the boundary of a shell (has one face associated with it)

Check if we have a single wire edge user.

Definition at line 58 of file bmesh_query_inline.h.

References e, and NULL.

◆ ATTR_NONNULL() [2/3]

ATTR_WARN_UNUSED_RESULT ATTR_NONNULL ( ,
 
) const

Returns whether or not a given edge is part of a given loop.

Given a edge and one of its vertices, returns the other vertex.

Tests whether one loop is next to another within the same face.

◆ ATTR_NONNULL() [3/3]

ATTR_WARN_UNUSED_RESULT ATTR_NONNULL ( ,
,
 
) const

Returns whether or not two vertices are in a given edge

◆ BLI_assert()

BLI_assert ( l_a !  = l_b)

◆ return()

return ( ELEM(l_b, l_a->next, l_a->prev)  )

Variable Documentation

◆ e

Initial value:
{
return ((e->v1 == v1 && e->v2 == v2) || (e->v1 == v2 && e->v2 == v1))
_GL_VOID GLfloat value _GL_VOID_RET _GL_VOID const GLuint GLboolean *residences _GL_BOOL_RET _GL_VOID GLsizei GLfloat GLfloat GLfloat GLfloat const GLubyte *bitmap _GL_VOID_RET _GL_VOID GLenum const void *lists _GL_VOID_RET _GL_VOID const GLdouble *equation _GL_VOID_RET _GL_VOID GLdouble GLdouble blue _GL_VOID_RET _GL_VOID GLfloat GLfloat blue _GL_VOID_RET _GL_VOID GLint GLint blue _GL_VOID_RET _GL_VOID GLshort GLshort blue _GL_VOID_RET _GL_VOID GLubyte GLubyte blue _GL_VOID_RET _GL_VOID GLuint GLuint blue _GL_VOID_RET _GL_VOID GLushort GLushort blue _GL_VOID_RET _GL_VOID GLbyte GLbyte GLbyte alpha _GL_VOID_RET _GL_VOID GLdouble GLdouble GLdouble alpha _GL_VOID_RET _GL_VOID GLfloat GLfloat GLfloat alpha _GL_VOID_RET _GL_VOID GLint GLint GLint alpha _GL_VOID_RET _GL_VOID GLshort GLshort GLshort alpha _GL_VOID_RET _GL_VOID GLubyte GLubyte GLubyte alpha _GL_VOID_RET _GL_VOID GLuint GLuint GLuint alpha _GL_VOID_RET _GL_VOID GLushort GLushort GLushort alpha _GL_VOID_RET _GL_VOID GLenum mode _GL_VOID_RET _GL_VOID GLint GLsizei GLsizei GLenum type _GL_VOID_RET _GL_VOID GLsizei GLenum GLenum const void *pixels _GL_VOID_RET _GL_VOID const void *pointer _GL_VOID_RET _GL_VOID GLdouble v _GL_VOID_RET _GL_VOID GLfloat v _GL_VOID_RET _GL_VOID GLint GLint i2 _GL_VOID_RET _GL_VOID GLint j _GL_VOID_RET _GL_VOID GLfloat param _GL_VOID_RET _GL_VOID GLint param _GL_VOID_RET _GL_VOID GLdouble GLdouble GLdouble GLdouble GLdouble zFar _GL_VOID_RET _GL_UINT GLdouble *equation _GL_VOID_RET _GL_VOID GLenum GLint *params _GL_VOID_RET _GL_VOID GLenum GLfloat *v _GL_VOID_RET _GL_VOID GLenum GLfloat *params _GL_VOID_RET _GL_VOID GLfloat *values _GL_VOID_RET _GL_VOID GLushort *values _GL_VOID_RET _GL_VOID GLenum GLfloat *params _GL_VOID_RET _GL_VOID GLenum GLdouble *params _GL_VOID_RET _GL_VOID GLenum GLint *params _GL_VOID_RET _GL_VOID GLsizei const void *pointer _GL_VOID_RET _GL_VOID GLsizei const void *pointer _GL_VOID_RET _GL_BOOL GLfloat param _GL_VOID_RET _GL_VOID GLint param _GL_VOID_RET _GL_VOID GLenum GLfloat param _GL_VOID_RET _GL_VOID GLenum GLint param _GL_VOID_RET _GL_VOID GLushort pattern _GL_VOID_RET _GL_VOID GLdouble GLdouble GLint GLint const GLdouble *points _GL_VOID_RET _GL_VOID GLdouble GLdouble GLint GLint GLdouble v1
ATTR_WARN_UNUSED_RESULT const BMVert * v2
ATTR_WARN_UNUSED_RESULT const BMVert const BMEdge * e

Definition at line 33 of file bmesh_query_inline.h.

Referenced by _edge_addFace(), _edge_free(), _edge_getCoVert(), _edge_getOtherVert(), _edge_isBoundary(), _edge_new(), _edge_remFace(), _edge_unlinkMarkAndFree(), _face_getIFNoEdge(), _vert_addEdge(), _vert_findEdgeTo(), _vert_remEdge(), add_quad_from_tris(), adjust_miter_inner_coords(), Freestyle::angle_obtuse(), attr_create_pointiness(), attr_create_random_per_island(), ATTR_NONNULL(), basisNurb(), bernsteinCCD(), bev_merge_end_uvs(), bev_rebuild_polygon(), bevel_build_rings(), bevel_extend_edge_data(), bevel_reattach_wires(), bevel_vert_construct(), BKE_gpencil_stroke_delete_tagged_points(), BKE_mask_spline_project_co(), BKE_mesh_edge_other_vert(), BKE_mesh_flush_hidden_from_verts_ex(), BKE_mesh_looptri_get_real_edges(), BKE_mesh_mirror_apply_mirror_on_axis_for_modifier(), BKE_mesh_polygon_flip_ex(), BKE_mesh_remesh_voxel_fix_poles(), BKE_mesh_strip_loose_edges(), BKE_pchan_bbone_handles_compute(), BKE_volume_load(), BKE_volume_save(), bl_locale_global_cache(), bl_locale_set(), BLI_delaunay_2d_cdt_calc(), BLI_ghash_calc_quality_ex(), BLI_ghash_ensure_p(), BLI_ghash_ensure_p_ex(), BLI_ghash_lookup(), BLI_ghash_lookup_default(), BLI_ghash_lookup_p(), BLI_ghash_pop(), BLI_ghash_popkey(), BLI_ghash_remove(), BLI_ghash_replace_key(), BLI_gset_ensure_p_ex(), BLI_gset_lookup(), BLI_gset_pop(), BLI_gset_pop_key(), BLI_polyfill_beautify(), BLI_smallhash_haskey(), BLI_smallhash_insert(), BLI_smallhash_iternext(), BLI_smallhash_iternext_p(), BLI_smallhash_lookup(), BLI_smallhash_lookup_p(), BLI_smallhash_reinsert(), BM_data_interp_face_vert_edge(), bm_decim_build_edge_cost(), bm_decim_build_edge_cost_single(), bm_decim_build_edge_cost_single__topology(), bm_decim_build_edge_cost_single_squared__topology(), bm_decim_build_quadrics(), bm_decim_calc_target_co_db(), bm_decim_calc_target_co_fl(), bm_decim_edge_collapse(), bm_decim_invalid_edge_cost_single(), bm_decim_triangulate_end(), BM_disk_dissolve(), bm_edge_calc_dissolve_error(), BM_edge_calc_face_angle(), BM_edge_calc_face_angle_ex(), BM_edge_calc_face_angle_signed(), BM_edge_calc_face_angle_signed_ex(), BM_edge_calc_face_angle_with_imat3(), BM_edge_calc_face_angle_with_imat3_ex(), BM_edge_calc_face_tangent(), BM_edge_calc_length(), BM_edge_calc_length_squared(), BM_edge_calc_rotate(), bm_edge_calc_rotate_beauty(), bm_edge_calc_rotate_beauty__area(), bm_edge_calc_rotate_cost(), bm_edge_collapse_is_degenerate_flip(), BM_edge_create(), bm_edge_face(), BM_edge_face_count(), BM_edge_face_count_at_most(), BM_edge_face_pair(), BM_edge_find_double(), BM_edge_find_first_loop_visible(), BM_edge_flag_to_mflag(), bm_edge_flagged_radial_count(), bm_edge_flagged_radial_first(), BM_edge_hide_set(), BM_edge_in_face(), bm_edge_info_average_length(), bm_edge_info_average_length_fallback(), BM_edge_is_all_face_flag_test(), BM_edge_is_any_face_flag_test(), BM_edge_is_any_face_len_test(), BM_edge_is_any_vert_flag_test(), BM_edge_is_contiguous_loop_cd(), bm_edge_is_contiguous_loop_cd_all(), BM_edge_is_convex(), bm_edge_is_delimit(), bm_edge_is_delimiter(), bm_edge_is_face_visible_any(), bm_edge_is_region_boundary(), bm_edge_is_select_isolated(), bm_edge_is_single(), bm_edge_is_smooth_no_angle_test(), bm_edge_is_snap_target(), BM_edge_kill(), BM_edge_loop_pair(), BM_edge_normals_update(), BM_edge_other_loop(), bm_edge_pair_elem_setup(), bm_edge_rim_test_cb(), BM_edge_rotate(), BM_edge_rotate_check(), BM_edge_rotate_check_beauty(), BM_edge_rotate_check_degenerate(), bm_edge_rotate_is_boundary(), BM_edge_select_set(), BM_edge_select_set_noflush(), BM_edge_split(), BM_edge_split_n(), bm_edge_step_ok(), bm_edge_subdiv_as_loop(), bm_edge_supports_separate(), bm_edge_symmetry_map(), bm_edge_tag_disable(), bm_edge_tag_enable(), bm_edge_tag_faceloop(), bm_edge_tag_from_smooth(), bm_edge_tag_from_smooth_and_set_sharp(), bm_edge_tag_test(), bm_edge_test_cb(), bm_edge_test_fill_grid_cb(), bm_edge_test_rail_cb(), bm_edge_to_quad_verts(), bm_edge_update_beauty_cost(), bm_edge_update_beauty_cost_single(), BM_edge_uv_share_vert_check(), BM_edge_verts_swap(), bm_edgeloop_flag_set(), bm_edgenet_edge_get_next(), bm_edgenet_path_calc(), bm_edgenet_path_calc_best(), bm_edgenet_path_step(), bm_edgering_pair_calc(), bm_edgering_pair_order(), bm_edgering_pair_subdiv(), bm_edgexvert_isect_cb(), bm_edgexvert_isect_impl(), bm_face_array_calc_unique_uv_coords(), bm_face_connect_verts(), BM_face_edge_share_loop(), BM_face_exists(), BM_face_exists_multi(), BM_face_kill_loose(), BM_face_other_edge_loop(), bm_face_region_pivot_edge_find(), bm_face_region_vert_pass_id(), BM_face_share_face_check(), BM_face_share_face_count(), bm_face_split_by_concave(), bm_face_split_by_edges(), BM_face_split_edgenet_connect_islands(), bm_face_split_edgenet_find_loop_pair(), bm_face_split_edgenet_find_loop_pair_exists(), BM_face_split_n(), BM_face_triangulate(), bm_faces_share_tag_clear(), bm_faces_share_tag_flush(), bm_grid_fill(), bm_interior_edge_is_manifold_except_face_index(), bm_isect_edge_tri(), bm_isect_tri_tri(), bm_kill_only_edge(), bm_loop_create(), bm_loop_normal_mark_indiv(), BM_loop_other_vert_loop(), BM_loop_other_vert_loop_by_edge(), bm_loop_pair_from_verts(), bm_loop_path_build_step(), bm_loop_region_count__recursive(), BM_mesh_beautify_fill(), BM_mesh_bevel(), BM_mesh_bisect_plane(), BM_mesh_bm_from_me(), BM_mesh_bm_to_me(), BM_mesh_calc_edge_groups(), BM_mesh_calc_path_edge(), BM_mesh_calc_path_region_edge(), BM_mesh_copy(), BM_mesh_data_free(), BM_mesh_decimate_collapse(), BM_mesh_decimate_dissolve_ex(), BM_mesh_decimate_unsubdivide_ex(), BM_mesh_delete_hflag_context(), BM_mesh_deselect_flush(), BM_mesh_edgeloops_find(), BM_mesh_edgeloops_find_path(), BM_mesh_edgenet(), bm_mesh_edges_sharp_tag(), BM_mesh_edgesplit(), BM_mesh_intersect(), BM_mesh_intersect_edges(), bm_mesh_loops_split_lnor_fans(), BM_mesh_rebuild(), BM_mesh_select_flush(), BM_mesh_select_mode_clean_ex(), bm_mesh_select_mode_flush_vert_to_edge_iter_fn(), BM_normals_loops_edges_tag(), bm_ray_cast_cb_elem_not_in_face_check(), bm_remove_tagged_edges(), bm_rotate_edges_shared(), bm_rotate_edges_simple(), bm_uuidwalk_calc_vert_uuid(), bm_uuidwalk_init_from_edge(), BM_vert_calc_median_tagged_edge_length(), BM_vert_calc_normal(), BM_vert_calc_normal_ex(), bm_vert_calc_surface_tangent(), bm_vert_connect_select_history(), bm_vert_dissolve_fan(), bm_vert_dissolve_fan_test(), bm_vert_fasthash_create(), bm_vert_fasthash_edge_order(), bm_vert_fasthash_single(), bm_vert_is_delimiter(), BM_vert_is_edge_pair(), BM_vert_is_edge_pair_manifold(), bm_vert_is_manifold_flagged(), bm_vert_is_tag_edge_connect(), bm_vert_is_uuid_connect(), bm_vert_loop_pair(), BM_vert_normal_update_all(), bm_vert_other_edge(), bm_vert_other_tag(), bm_vert_pair_ends(), BM_vert_separate(), BM_vert_separate_hflag(), BM_vert_splice(), BM_vert_splice_check_double(), bm_vert_systag_count_disk(), BMBVH_EdgeVisible(), bmesh_disk_edge_append(), bmesh_disk_edge_remove(), bmesh_disk_faceedge_find_first(), bmesh_disk_faceedge_find_next(), bmesh_disk_faceloop_find_first(), bmesh_disk_faceloop_find_first_visible(), bmesh_disk_validate(), bmesh_disk_vert_replace(), bmesh_disk_vert_swap(), bmesh_edge_vert_swap(), bmesh_edge_vert_swap__recursive(), bmesh_elem_check(), bmesh_kernel_edge_separate(), bmesh_kernel_join_face_kill_edge(), bmesh_kernel_join_vert_kill_edge(), bmesh_kernel_split_edge_make_vert(), bmesh_kernel_split_face_make_edge(), bmesh_kernel_unglue_region_make_vert(), bmesh_kernel_unglue_region_make_vert_multi(), bmesh_kernel_vert_separate(), bmesh_kernel_vert_separate__cleanup(), bmesh_quick_edgedraw_flag(), bmesh_radial_loop_append(), bmesh_radial_loop_remove(), bmo_beautify_fill_exec(), bmo_bevel_exec(), bmo_bisect_edges_exec(), bmo_collapse_exec(), bmo_connect_vert_pair_exec(), bmo_contextual_create_exec(), bmo_create_uvsphere_exec(), bmo_dissolve_degenerate_exec(), bmo_dissolve_edges_exec(), bmo_dissolve_verts_exec(), bmo_edgeloop_fill_exec(), bmo_edgenet_prepare_exec(), bmo_extrude_edge_only_exec(), bmo_extrude_face_region_exec(), bmo_extrude_vert_indiv_exec(), bmo_grid_fill_exec(), bmo_inset_region_exec(), bmo_join_triangles_exec(), bmo_mesh_copy(), BMO_mesh_delete_oflag_context(), bmo_offset_edgeloops_exec(), bmo_region_extend_contract(), bmo_region_extend_expand(), bmo_remove_tagged_edges(), bmo_rotate_edges_exec(), bmo_smooth_vert_exec(), bmo_split_exec(), bmo_subdivide_edgering_exec(), bmo_triangle_fill_exec(), bmo_weld_verts_exec(), bmw_ConnectedVertexWalker_step(), bmw_edge_is_wire(), bmw_EdgeboundaryWalker_begin(), bmw_EdgeboundaryWalker_step(), bmw_EdgeLoopWalker_begin(), bmw_EdgeLoopWalker_step(), bmw_EdgeringWalker_begin(), bmw_EdgeringWalker_step(), bmw_FaceLoopWalker_begin(), bmw_FaceLoopWalker_edge_begins_loop(), bmw_FaceShellWalker_begin(), bmw_FaceShellWalker_step(), bmw_FaceShellWalker_visitEdge(), bmw_IslandboundWalker_step(), bmw_LoopShellWalker_begin(), bmw_LoopShellWalker_step_impl(), bmw_LoopShellWalker_visitEdgeWire(), bmw_LoopShellWireWalker_begin(), bmw_LoopShellWireWalker_step(), bmw_LoopShellWireWalker_visitVert(), bmw_mask_check_edge(), bmw_NonManifoldedgeWalker_begin(), bmw_NonManifoldedgeWalker_step(), bmw_VertShellWalker_begin(), bmw_VertShellWalker_step(), bmw_VertShellWalker_visitEdge(), BPy_BMEdge_CreatePyObject(), bpy_bmedge_repr(), bpy_bmedgeseq_get__method(), bpy_bmedgeseq_new(), bridge_loop_pair(), brush_influence_calc(), bsdf_ashikhmin_shirley_eval_reflect(), btTripleCross(), build_boundary(), build_boundary_terminal_edge(), build_boundary_vertex_only(), build_edge_mats(), build_emats_stack(), build_hull(), bvhtree_test_edges_isect_2d_ray_cb(), bvhtree_test_edges_isect_2d_vert_cb(), calc_edge_subdivisions(), calc_solidify_normals(), calcEdgeSlide_mval_range(), calchandleNurb_intern(), ccg_edge_getCo(), ccg_edge_getNo(), ccg_face_getEdgeIndex(), ccg_face_getIFCoEdge(), ccgDM_copyFinalEdgeArray(), ccgDM_copyFinalVertArray(), ccgDM_get_edge_data_layer(), ccgDM_getEdgeMapIndex(), ccgDM_getMinMax(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__calcSubdivLevel_verts_copydata_cb(), ccgSubSurf__calcVertNormals(), ccgSubSurf__calcVertNormals_edges_accumulate_cb(), ccgSubSurf__effectedFaceNeighbors(), ccgSubSurf__sync_legacy(), ccgSubSurf_getEdge(), ccgSubSurf_getEdgeAge(), ccgSubSurf_getEdgeCrease(), ccgSubSurf_getEdgeData(), ccgSubSurf_getEdgeDataArray(), ccgSubSurf_getEdgeEdgeHandle(), ccgSubSurf_getEdgeFace(), ccgSubSurf_getEdgeLevelData(), ccgSubSurf_getEdgeNumFaces(), ccgSubSurf_getEdgeUserData(), ccgSubSurf_getEdgeVert0(), ccgSubSurf_getEdgeVert1(), ccgSubSurf_getFaceEdgeIndex(), ccgSubSurf_stitchFaces(), ccgSubSurf_syncEdge(), ccgSubSurf_syncEdgeDel(), ccgSubSurf_syncFace(), ccgSubSurf_syncVert(), ccgSubSurf_updateFromFaces(), ccgSubSurf_updateToFaces(), ccl_try_align(), blender::meshintersect::cdt_draw(), check_edge_data_seam_sharp_edges(), btDbvt::clone(), cloth_calc_helper_forces(), collect_hull_frames(), collision_compute_barycentric(), collision_point_distance_with_normal(), collision_point_on_surface(), collision_sphere_to_edges(), color_balance_byte_byte(), color_balance_byte_float(), color_balance_float_float(), btDeformableBodySolver::computeDescentStep(), IK_QJacobian::ComputeNullProjection(), libmv::ComputeTrackingEquation(), contig_ldata_across_edge(), continuousCollisionDetection(), count_ccw_edges_between(), create_ccgdm_maps(), blender::geometry::create_merged_mesh(), create_subd_mesh(), createEdgeSlideVerts_double_side(), createEdgeSlideVerts_single_side(), Freestyle::Strip::createStrip(), createVertSlideVerts(), deselect_nth_active(), dist_Chebychev(), dist_Manhattan(), dist_Minkovsky(), dist_Minkovsky4(), dist_MinkovskyH(), dist_Real(), dist_Squared(), doEdgeSplit(), draw_frustum_bound_sphere_calc(), DRW_object_axis_orthogonal_to_view(), drw_shgroup_bone_relationship_lines_ex(), edbm_add_edge_face__smooth_get(), edbm_add_edge_face_exec__tricky_extend_sel(), edbm_beautify_fill_exec(), edbm_bridge_tag_boundary_edges(), edbm_delete_edgeloop_exec(), edbm_delete_loose_exec(), edbm_deselect_nth(), edbm_face_split_by_edges_exec(), edbm_fill_grid_prepare(), edbm_intersect_select(), EDBM_mesh_knife(), edbm_region_to_loop_exec(), edbm_rip_edge_invoke(), edbm_rip_edge_side_measure(), edbm_rip_invoke(), edbm_rip_invoke__edge(), edbm_rip_invoke__vert(), edbm_ripsel_deselect_helper(), edbm_ripsel_edge_mark_step(), edbm_ripsel_edge_uid_step(), edbm_ripsel_edloop_pair_start_vert(), edbm_ripsel_looptag_helper(), EDBM_select_interior_faces(), edbm_select_linked_exec(), EDBM_select_mirrored(), edbm_select_non_manifold_exec(), edbm_select_sharp_edges_exec(), edbm_set_normals_from_faces_exec(), edbm_tagged_loop_pairs_to_fill(), EDBM_unified_findnearest_from_raycast(), EDBM_verts_mirror_get_edge(), edge_face_angle(), edge_flush_hide_set(), EDGE_getLevelData(), EDGE_getSharpness(), edge_in_array(), edge_is_cut_disable(), edge_is_cut_enable(), edge_is_cut_test(), edge_isect_verts_point_2d(), edge_next(), edge_queue_insert(), edge_ray_cast(), edge_verts_add(), edgetag_filter_cb(), edgetag_set_cb(), edgetag_test_cb(), EEVEE_shadows_cube_setup(), eh_on_plane(), Freestyle::eigenvector(), ensure_valid_reflection(), erot_state_alternate(), erot_state_current(), erot_state_ex(), blender::robust_pred::estimate(), libmv::EuclideanIntersect(), libmv::euclidean_resection::EuclideanResectionPPnP(), eulO_to_mat3(), eulO_to_mat4(), eulO_to_quat(), btDbvtAabbMm::Expand(), gjkepa2_impl::EPA::expand(), EPA< btConvexTemplate >::expand(), blender::draw::extract_lines_loose_geom_subdiv(), face_edges_add(), facetag_cut_cost_edge(), fade_stroke_points(), fast_bevel_edge_order(), fast_coshf(), blender::robust_pred::fast_expansion_sum_zeroelim(), fast_sinhf(), fast_tanhf(), fill_generic_attribute(), fill_laplacian_matrix(), find_bevel_edge_order(), find_even_superellipse_chords_general(), blender::bke::tests::find_flip_boundary(), find_other_end_edge_half(), find_superellipse_chord_endpoint(), FLOAT2RGBE(), btDbvtAabbMm::FromCE(), libmv::FundamentalFrom7CorrespondencesLinear(), GEO_uv_parametrizer_edge_set_seam(), get_bm_knife_edge(), get_cdt_output(), blender::io::alembic::get_edge_creases(), get_incident_edges(), blender::io::alembic::get_loop_normals(), get_next_loop(), get_other_edge(), get_uv_edge_needle(), get_uv_vert_needle(), get_vertex_elem(), blender::io::alembic::get_vertices(), getEdgeIndex(), Freestyle::Exception::getException(), getFaceIndex(), Freestyle::WFace::getOppositeEdge(), getTransformOrientation_ex(), ghash_buckets_resize(), ghash_copy(), ghash_entryhash(), ghash_free_cb(), ghash_insert_ex(), ghash_insert_ex_keyonly(), ghash_insert_ex_keyonly_entry(), ghash_insert_safe(), ghash_insert_safe_keyonly(), ghash_lookup_entry_ex(), ghash_lookup_entry_prev_ex(), ghash_pop(), ghash_remove_ex(), GHOST_XrContextCreate(), gizmo2d_xform_invoke_prepare(), gpencil_buffer_add_point(), gpencil_duplicate_points(), gpencil_generate_edgeloops(), Freestyle::gts_vertex_gaussian_curvature(), Freestyle::gts_vertex_mean_curvature_normal(), Freestyle::gts_vertex_principal_directions(), halton_ex(), heat_ray_source_visible(), libmv::HomogeneousToEuclidean(), hull_merge_triangles(), IMB_index_builder_proc_frame(), ColorBlock::init(), init_laplacian_matrix(), blender::compositor::TonemapOperation::initialize_tile_data(), blender::insphere(), blender::insphere_fast(), Freestyle::GeomUtils::intersect2dSegPoly(), is_border_edge(), is_constrained_edge(), is_deleted_edge(), is_outside_edge(), IsAlmostZero(), IsAlmostZero1(), isect_sweeping_sphere_tri_v3(), DialogData::isInsideButton(), libmv::IsotropicPreconditionerFromPoints(), keyframe_time_differs(), knife_add_edge_faces_to_vert(), knife_get_face_kedges(), knife_make_cuts(), knife_make_face_cuts(), light_attenuation_radius_get(), lineart_add_edge_to_array(), lineart_add_edge_to_array_thread(), lineart_add_loose_edge(), lineart_bounding_area_line_add(), lineart_bounding_area_link_edge(), lineart_chain_append_point(), lineart_chain_connect(), lineart_chain_prepend_point(), lineart_contour_viewed_from_dark_side(), lineart_create_edges_from_isec_data(), lineart_discard_duplicated_edges(), lineart_edge_cut(), lineart_edge_from_triangle(), lineart_edge_match(), lineart_geometry_object_load(), lineart_get_edge_bounding_areas(), lineart_identify_mlooptri_feature_edges(), lineart_main_discard_out_of_frame_edges(), lineart_main_link_lines(), lineart_main_remove_unused_lines_recursive(), lineart_occlusion_is_adjacent_intersection(), lineart_occlusion_single_line(), lineart_register_intersection_shadow_cuts(), lineart_register_shadow_cuts(), lineart_shadow_cast_generate_edges(), lineart_shadow_create_shadow_edge_array(), lineart_shadow_edge_cut(), lineart_shadow_finalize_shadow_edges_task(), lineart_shadow_register_enclosed_shapes(), lineart_shadow_register_silhouette(), lineart_triangle_adjacent_assign(), lineart_triangle_cull_single(), lineart_triangle_edge_image_space_occlusion(), blender::draw::lines_adjacency_triangle(), long_edge_queue_edge_add(), long_edge_queue_edge_add_recursive(), loop_find_regions(), loopcut_init(), loopcut_update_edge(), loose_edges_map_get(), loose_verts_map_get(), make_float8_t(), make_projection(), make_transform(), makecubetable(), mesh_calc_path_region_elem(), blender::nodes::node_geo_flip_faces_cc::mesh_flip_faces(), MOD_lineart_chain_feature_lines(), MOD_lineart_chain_split_for_fixed_occlusion(), MOD_solidify_extrude_modifyMesh(), MOD_solidify_nonmanifold_modifyMesh(), libmv::ModalSolver(), modifyMesh(), next_bev(), normals_split_merge(), offset_in_plane(), offset_meet(), GHOST_DirectManipulationViewportEventHandler::OnContentUpdated(), blender::io::alembic::open_archive(), libmv::NumericJacobian< Function, mode >::operator()(), blender::meshintersect::operator<<(), EdgeToSort< T >::operator=(), Freestyle::OWXEdge::operator=(), Freestyle::OWXEdge::operator==(), KDL::Rotation::Ortho(), MeshFairingContext::other_vertex_index_from_loop(), Freestyle::OWXEdge::OWXEdge(), p_abf_compute_grad_alpha(), p_abf_compute_gradient(), p_abf_compute_sin_product(), p_abf_matrix_invert(), p_boundary_edge_next(), p_boundary_edge_prev(), p_chart_abf_solve(), p_chart_boundaries(), p_chart_convex_hull(), p_chart_fill_boundaries(), p_chart_fill_boundary(), p_chart_stretch_minimize(), p_connect_pairs(), p_edge_boundary_angle(), p_edge_connect_pair(), p_edge_has_pair(), p_edge_implicit_seam(), p_edge_length(), p_edge_lookup(), p_edge_uv_length(), p_face_exists(), p_flush_uvs(), p_flush_uvs_blend(), p_split_vert(), p_stretch_compute_vertex(), p_vert_add(), p_vert_load_pin_select_uvs(), p_vert_lookup(), p_wheel_edge_next(), p_wheel_edge_prev(), BVH2::pack_aligned_inner(), BVH2::pack_inner(), BVH2::pack_leaf(), BVH2::pack_nodes(), BVH2::pack_unaligned_inner(), paint_mask_extract_invoke(), pbvh_bmesh_collapse_edge(), pbvh_bmesh_collapse_short_edges(), pbvh_bmesh_edge_loops(), pbvh_bmesh_split_edge(), pbvh_bmesh_subdivide_long_edges(), pipe_test(), plConvexHullGetFaceLoops(), plConvexHullGetFaceSize(), plConvexHullGetFaceVertices(), pointOutsideOfPlane(), polyedge_beauty_cost_update(), polyedge_beauty_cost_update_single(), polyedge_rotate(), pow(), libmv::PreconditionerFromPoints(), prepare_cdt_for_output(), blender::io::alembic::process_loop_normals(), GHOST_NDOFManagerUnix::processEvents(), proj_paint_state_cavity_init(), project_paint_prepare_all_faces(), project_to_edge(), PyC_ParseStringEnum(), quad_2edge_split_innervert(), quad_4edge_subdivide(), quad_from_tris(), quat_to_eulO(), blender::io::alembic::read_edge_creases(), remove_non_constraint_edges(), remove_non_constraint_edges_leave_valid_bmesh(), Freestyle::WShape::ResetUserData(), rgb_to_hsv_compat(), blender::robust_pred::scale_expansion_zeroelim(), SCULPT_bmesh_four_neighbor_average(), SCULPT_boundary_info_ensure(), SCULPT_geodesic_mesh_create(), select_linked_delimit_begin(), select_linked_delimit_test(), libmv::SelectKeyframesBasedOnGRICAndVariance(), set_bound_vert_seams(), set_ccgdm_all_geometry(), set_profile_params(), GHOST_WindowCocoa::setTitle(), setupMultiBodyContactConstraint(), short_edge_queue_edge_add(), GHOST_SystemX11::showMessageBox(), btConvexHullInternal::shrink(), btDbvtAabbMm::SignedExpand(), skin_armature_bone_create(), skin_output_connections(), skin_smooth_hulls(), SKY_arhosekskymodel_radiance(), slide_dist(), smallhash_lookup(), smallhash_lookup_first_free(), smallhash_resize_buckets(), snap_to_pipe_profile(), btDeformableBodySolver::solveDeformableConstraints(), SolveP4De(), SolveP5(), SolveP5_1(), Freestyle::Operators::sort(), sortPolyVertsEdge(), ss_sync_ccg_from_derivedmesh(), ss_sync_from_uv(), Freestyle::SShape::SShape(), state_step(), blender::draw::statvis_calc_sharp(), subdivide_base(), subsurf_calculate_limit_positions(), svd_m4(), libmv::TemplatedTrackRegion(), blender::length_parameterize::tests::TEST(), TEST(), libmv::TEST(), blender::bke::tests::TEST(), test_edges_isect_2d_ray(), blender::io::alembic::TEST_F(), test_tagged_and_notface(), blender::length_parameterize::tests::test_uniform_lengths(), time_dt(), btDeformableBackwardEulerObjective::totalEnergy(), btDeformableGravityForce::totalEnergy(), libmv::TrkltRegionTracker::Track(), transform_convert_mesh_connectivity_distance(), tri_3edge_subdivide(), tri_corner_test(), ui_but_range_set_soft(), UI_calc_float_precision(), ui_window_to_block_fl(), unified_findnearest(), blender::compositor::TonemapOperation::update_memory_buffer_started(), uv_find_nearest_loop_from_edge(), uv_select_edgeloop_double_side_tag(), validate_solution(), verttag_add_adjacent(), vgroup_smooth_subset(), weld_cross_attrs_copy(), blender::geometry::weld_poly_loop_ctx_alloc(), wm_event_add_ghostevent(), DocumentImporter::writeLight(), Freestyle::WShape::WShape(), blender::meshintersect::CDTArrangement< Arith_t >::~CDTArrangement(), Freestyle::SShape::~SShape(), Freestyle::ViewShape::~ViewShape(), and Freestyle::WShape::~WShape().

◆ l

Initial value:
{
return (l->e == e || l->prev->e == e)
ATTR_WARN_UNUSED_RESULT const BMLoop * l
struct BMEdge * e
Definition: bmesh_class.h:164
struct BMLoop * prev
Definition: bmesh_class.h:233

Definition at line 23 of file bmesh_query_inline.h.

Referenced by _bpy_names(), lMatrix3fCtor::add(), btSoftBody::appendLink(), apply_spring_memory(), btSoftBody::applyRepulsionForce(), attr_create_subd_uv_map(), attr_create_uv_map(), bake_targets_output_vertex_colors(), bake_targets_populate_pixels_color_attributes(), bev_create_ngon(), bev_merge_edge_uvs(), bev_merge_uvs(), bev_rebuild_polygon(), bevel_build_edge_polygons(), bevel_edge_order_extend(), bevel_edges_sharp_boundary(), bevel_harden_normals(), bezier_eq_continuous(), bezier_eq_noaccel_left(), bezier_eq_noaccel_right(), bezier_handle_calc_smooth_fcurve(), BKE_mesh_strip_loose_edges(), BKE_mesh_strip_loose_polysloops(), BKE_sculpt_mask_layers_ensure(), BLI_newton3d_solve(), BM_custom_loop_normals_to_vector_layer(), BM_data_layer_copy(), bm_decim_edge_collapse(), bm_edge_collapse_is_degenerate_flip(), bm_edge_collapse_is_degenerate_topology(), bm_edge_collapse_loop_customdata(), bm_edge_flagged_radial_count(), bm_edge_flagged_radial_first(), bm_edge_is_manifold_or_boundary(), bm_edge_is_mixed_face_tag(), BM_edge_other_loop(), BM_edge_share_face_check(), BM_edge_share_quad_check(), BM_edge_splice(), BM_edge_split(), bm_edge_tag_faceloop(), BM_edge_vert_share_loop(), bm_face_as_array_index_tri(), BM_face_as_array_loop_quad(), BM_face_as_array_loop_tri(), BM_face_as_array_vert_quad(), BM_face_as_array_vert_tri(), bm_face_boundary_add(), BM_face_calc_normal(), BM_face_calc_normal_vcos(), BM_face_calc_point_in_face(), bm_face_copy_shared_all(), BM_face_create(), BM_face_create_ngon_verts(), BM_face_multires_bounds_smooth(), BM_face_other_edge_loop(), bm_face_region_vert_boundary_id(), bm_face_reverse_colors(), bm_face_reverse_uvs(), bm_face_slice(), bm_face_split(), bm_face_split_by_concave(), BM_face_splits_check_legal(), bm_interior_loop_filter_fn(), bm_kill_only_loop(), BM_lnorspace_invalidate(), BM_lnorspace_rebuild(), bm_loop_at_face_index(), BM_loop_calc_face_angle(), BM_loop_calc_face_direction(), BM_loop_calc_face_normal(), BM_loop_calc_face_normal_safe(), BM_loop_calc_face_normal_safe_ex(), BM_loop_calc_face_normal_safe_vcos(), BM_loop_calc_face_normal_safe_vcos_ex(), BM_loop_calc_face_tangent(), bm_loop_calc_uv_angle_from_dir(), bm_loop_create(), bm_loop_filter_fn(), BM_loop_find_next_nodouble(), BM_loop_find_prev_nodouble(), bm_loop_interp_from_grid_boundary_2(), bm_loop_interp_from_grid_boundary_4(), bm_loop_is_all_radial_tag(), BM_loop_is_convex(), bm_loop_is_face_untag(), bm_loop_is_radial_boundary(), bm_loop_length(), bm_loop_normal_accum(), BM_loop_normal_editdata_array_init(), bm_loop_normal_mark_indiv(), bm_loop_normal_mark_indiv_do_loop(), BM_loop_other_edge_loop(), BM_loop_other_vert_loop(), BM_loop_other_vert_loop_by_edge(), BM_loop_point_side_of_edge_test(), BM_loop_point_side_of_loop_test(), bm_loop_region_count__clear(), BM_loop_region_loops_count(), BM_loop_region_loops_count_at_most(), bm_loop_region_test(), bm_loop_region_test_chain(), bm_loop_systag_count_radial(), bm_loop_uv_select_single_vert_validate(), bm_loop_walk_add(), BM_mesh_bevel(), BM_mesh_calc_path_uv_edge(), BM_mesh_calc_path_uv_region_edge(), BM_mesh_calc_path_uv_region_vert(), BM_mesh_calc_path_uv_vert(), bm_mesh_calc_tessellation_with_partial__single_threaded(), BM_mesh_calc_uvs_circle(), BM_mesh_calc_uvs_cone(), BM_mesh_calc_uvs_cube(), BM_mesh_calc_uvs_grid(), BM_mesh_calc_uvs_sphere(), bm_mesh_calc_uvs_sphere_face(), BM_mesh_copy_init_customdata_all_layers(), BM_mesh_data_free(), bm_mesh_loops_custom_normals_set(), BM_mesh_wireframe(), BM_uv_element_get(), BM_uv_element_map_create(), bm_uv_flag_clear(), BM_uv_vert_map_create(), BM_vert_calc_normal(), BM_vert_calc_normal_ex(), BM_vert_calc_shell_factor(), BM_vert_calc_shell_factor_ex(), bm_vert_calc_surface_tangent(), bm_vert_dissolve_fan(), bm_vert_is_manifold_flagged(), BM_vert_loop_groups_data_layer_create(), bm_vert_loop_pair(), BM_vert_normal_update_all(), bm_vert_pair_to_matrix(), BM_vert_step_fan_loop(), bm_vert_step_fan_loop_uv(), bmesh_calc_tessellation_for_face_beauty(), bmesh_calc_tessellation_for_face_fn(), bmesh_calc_tessellation_for_face_impl(), bmesh_calc_tessellation_for_face_partial_fn(), bmesh_calc_tessellation_for_face_partial_with_normals_fn(), bmesh_calc_tessellation_for_face_with_normals_fn(), bmesh_elem_check(), bmesh_face_attribute_fill(), bmesh_kernel_join_edge_kill_vert(), bmesh_kernel_split_edge_make_vert(), bmesh_radial_faceloop_find_first(), bmesh_radial_faceloop_find_next(), bmesh_radial_facevert_check(), bmesh_radial_facevert_count(), bmesh_radial_facevert_count_at_most(), bmesh_radial_length(), bmesh_radial_loop_append(), bmesh_radial_loop_remove(), bmesh_radial_loop_unlink(), bmesh_radial_validate(), BMeshFairingContext::BMeshFairingContext(), bmo_average_vert_facedata_exec(), bmo_collapsecon_do_layer(), bmo_create_cone_exec(), bmo_create_icosphere_exec(), bmo_create_monkey_exec(), bmo_create_uvsphere_exec(), bmo_inset_region_exec(), bmo_mirror_exec(), bmo_offset_edgeloops_exec(), bmo_pointmerge_facedata_exec(), bmo_recalc_normal_loop_filter_cb(), bmo_region_extend_contract(), bmo_region_extend_expand(), bmo_subdivide_edgering_exec(), bmo_subdivide_edges_exec(), bmo_triangle_fill_exec(), bmo_weld_verts_exec(), bmw_EdgeLoopWalker_step(), bmw_EdgeringWalker_step(), bmw_FaceLoopWalker_include_face(), bmw_FaceLoopWalker_step(), bmw_IslandboundWalker_begin(), bmw_IslandboundWalker_step(), bmw_LoopShellWalker_begin(), bmw_LoopShellWalker_step(), bmw_LoopShellWalker_step_impl(), bmw_LoopShellWalker_visitLoop(), bmw_LoopShellWireWalker_begin(), bmw_LoopShellWireWalker_step(), bmw_LoopShellWireWalker_visitVert(), bmw_NonManifoldedgeWalker_step(), bmw_NonManifoldLoop_find_next_around_vertex(), bmw_UVEdgeWalker_begin(), bmw_UVEdgeWalker_step(), bpy_bm_utils_face_vert_separate(), bpy_bm_utils_loop_separate(), BPy_BMLoop_CreatePyObject(), bpy_bmloop_repr(), bsdf_oren_nayar_get_intensity(), bssrdf_burley_setup(), btLDLTAddTL(), cast(), btSoftBody::checkLink(), cloth_calc_helper_forces(), compute_mdisp_quad(), compute_sss_kernel(), Freestyle::Strip::computeTexCoordWithTips(), construct_param_edge_set_seams(), construct_param_handle_face_add(), GeometryExporter::create_mesh_primitive_list(), createTransUVs(), Freestyle::StrokeShaders::CurvePiece::CurvePiece(), CustomData_bmesh_merge(), btSoftBody::cutLink(), cylinder_project_exec(), dBoxBox2(), determine_uv_stitchability(), distfactor_to_bone(), do_lasso_select_mesh_uv(), btSoftBodyHelpers::Draw(), draw_azone_arrow(), DRW_text_edit_mesh_measure_stats(), btCollisionWorldImporter::duplicateName(), ED_transverts_create_from_obedit(), ED_uvedit_active_edge_loop_set(), ED_uvedit_active_vert_loop_set(), ED_uvedit_ensure_uvs(), ED_uvedit_median_multi(), ED_uvedit_minmax_multi(), ED_uvedit_select_all(), ED_uvedit_selectmode_clean(), ED_uvedit_selectmode_flush(), edbm_add_edge_face_exec__tricky_finalize_sel(), edbm_average_normals_exec(), edbm_calc_loop_co(), edbm_dissolve_limited_exec(), edbm_extrude_discrete_faces(), edbm_face_split_by_edges_exec(), edbm_polybuild_face_at_cursor_invoke(), edbm_rip_invoke__edge(), edbm_rip_invoke__vert(), edbm_ripsel_looptag_helper(), edbm_select_linked_flat_faces_exec(), edbm_select_loose_exec(), edbm_set_normals_from_faces_exec(), edbm_smooth_normals_exec(), edgering_find_order(), edges_face_connected_at_vert(), edgetag_filter_cb(), edgetag_set_cb(), edgetag_test_cb(), elastic_blend(), emdm_ts_GetNormal(), emdm_ts_GetPosition(), emdm_ts_GetTextureCoordinate(), emdm_ts_SetTSpace(), blender::draw::extract_edituv_data_iter_poly_mesh(), blender::draw::extract_edituv_data_iter_subdiv_bm(), blender::draw::extract_sculpt_data_init(), blender::draw::fill_vertbuf_with_attribute(), fillMultiBodyConstraint(), find_bevel_edge_order(), flip_custom_normals(), Scene::free_memory(), freetypechar_to_vchar(), fsmenu_xdg_user_dirs_parse(), libmv::FundamentalFrom7CorrespondencesLinear(), GenerateTSpaces(), blender::nodes::get_multi_function(), get_next_loop(), get_uv_face_needle(), Freestyle::ImagePyramid::getLevel(), getTransformOrientation_ex(), GHOST_GetRectangle(), GHOST_SetRectangle(), gpencil_add_arc_points(), blender::compositor::DebugInfo::graphviz_system(), HC_relaxation_iteration_uv(), heap_down(), heap_is_minheap(), heapsimple_down(), hsl_to_rgb(), imb_stereo3d_read_sidebyside(), imb_stereo3d_write_sidebyside(), btSoftBody::initializeFaceTree(), knife_add_single_cut__is_linehit_outside_face(), libmv::KRt_From_P(), libmv::LaplaceFilter(), laplacian_relaxation_iteration_uv(), libmv_reprojectionCameraForImage(), lineart_bounding_area_edge_intersect(), lineart_bounding_area_next(), lineart_bounding_area_split(), lineart_gpencil_bake_endjob(), lineart_gpencil_bake_startjob(), lineart_gpencil_guard_modifiers(), lineart_occlusion_single_line(), lineart_point_inside_triangle3d(), lineart_triangle_get_other_verts(), lineart_triangle_share_edge(), lineart_triangle_share_point(), loop_find_region(), loop_find_regions(), loop_normal_editdata_init(), make(), make_edges_mdata_extend(), make_projection(), make_transform(), map_to_sphere(), Matrix3::Matrix3(), MatrixToAxisAngle(), merge_frame_corners(), mesh_calc_path_region_elem(), mesh_init_origspace(), mesh_render_data_loop_edge_flag(), mesh_render_data_loop_flag(), mesh_uv_reset_bmface(), MeshFairingContext::MeshFairingContext(), MOD_solidify_nonmanifold_modifyMesh(), multires_subdivide_create_object_space_linear_grids(), multires_unsubdivide_extract_grids(), multires_unsubdivide_prepare_original_bmesh_for_extract(), btDbvt::nearest(), gjkepa2_impl::EPA::newface(), EPA< btConvexTemplate >::newface(), Normalize(), NormalizeAny(), normals_merge(), normals_split(), ObtainCacheParticleUV(), ObtainCacheParticleVcol(), offset_meet_lines_percent_or_absolute(), Matrix3::operator=(), BMeshFairingContext::other_vertex_index_from_loop(), patch_eval_basis(), pbvh_bmesh_collapse_edge(), gjkepa2_impl::GJK::projectorigin(), GJK< btConvexTemplate >::projectorigin(), btSoftBody::PSolve_Links(), btSoftBody::rebuildNodeTree(), btSoftBody::refine(), remap_uvs_15(), remap_uvs_19_21_22(), remap_uvs_23(), remap_uvs_3_6_9_12(), remap_uvs_5_10(), remap_uvs_7_11_13_14(), remdoubles_splitface(), btSoftBody::resetLinkRestLengths(), rgb_to_hsl(), SCULPT_boundary_info_ensure(), sculpt_check_unique_face_set_for_edge_in_base_mesh(), sculpt_expand_delete_face_set_id(), sculpt_expand_diagonals_falloff_create(), sculpt_expand_grids_to_faces_falloff(), sculpt_expand_snap_initialize_from_enabled(), sculpt_expand_vertex_to_faces_falloff(), sculpt_face_set_grow(), sculpt_face_set_shrink(), sculpt_vertex_neighbors_get_bmesh(), SCULPT_visibility_sync_all_vertex_to_face_sets(), Freestyle::OGF::MatrixUtil::semi_definite_symmetric_eigen(), GHOST_Rect::set(), setcenter(), btDeformableContactProjection::setProjection(), btSoftBody::setRestLengthScale(), setupMultiBodyContactConstraint(), setupMultiBodyTorsionalFrictionConstraint(), Freestyle::StrokeShaders::LengthDependingThicknessShader::shade(), Freestyle::StrokeShaders::ThicknessNoiseShader::shade(), Freestyle::StrokeShaders::BackboneStretcherShader::shade(), shrink_loop_uv_by_aspect_ratio(), btMiniSDF::singleToMultiIndex(), smart_project_exec(), solidify_add_thickness(), iTaSC::WSDLSSolver::solve(), btSoftBody::solveConstraints(), sphere_project_exec(), BVHObjectBinning::split(), stitch_calculate_island_snapping(), stitch_check_edges_stitchable(), stitch_check_uvs_stitchable(), stitch_init(), stitch_island_calculate_vert_rotation(), stitch_process_data(), stitch_propagate_uv_final_position(), stitch_select_uv(), stitch_validate_uv_stitchability(), store_grid_data(), lMatrix3fCtor::sub(), btMiniSDF::subdomain(), tc_mesh_customdatacorrect_apply_vert(), tc_mesh_customdatacorrect_find_best_face_substitute(), tc_mesh_customdatacorrect_init_vert(), texface_from_original_index(), text_do_suggest_select(), transform_convert_mesh_connectivity_distance(), txt_from_buf_for_undo(), txt_insert_buf(), txt_select_unprefix(), txt_to_buf(), txt_to_buf_for_undo(), ui_handle_button_event(), ui_multibut_lookup(), UL(), update_data_blocks(), btSoftBody::updateLinkConstants(), uv_aspect(), uv_box_select_exec(), uv_circle_select_exec(), uv_edge_get(), uv_element_offset_from_face_get(), uv_find_nearest_edge(), uv_find_nearest_loop_from_edge(), uv_find_nearest_loop_from_vert(), uv_find_nearest_vert(), uv_from_view_exec(), uv_hide_exec(), uv_isolate_selected_islands(), uv_map_clip_correct_multi(), uv_map_mirror(), uv_nearest_between(), uv_pin_exec(), uv_remove_doubles_to_selected(), uv_remove_doubles_to_unselected(), uv_reveal_exec(), uv_rip_object(), uv_rip_pairs_add(), uv_rip_pairs_calc_center_and_direction(), uv_rip_pairs_calc_uv_angle(), uv_rip_pairs_loop_count_on_side(), uv_rip_pairs_remove(), uv_rip_single_from_loop(), uv_sculpt_stroke_apply(), uv_sculpt_stroke_init(), uv_select_all(), uv_select_flush_from_loop_edge_flag(), uv_select_flush_from_tag_face(), uv_select_flush_from_tag_loop(), uv_select_flush_from_tag_sticky_loc_internal(), uv_select_invert(), uv_select_linked_multi(), uv_select_more_less(), uv_select_overlap(), uv_select_pinned_exec(), uv_select_similar_edge_exec(), uv_select_similar_vert_exec(), uv_select_split_exec(), uv_set_connectivity_distance(), uv_snap_uvs_offset(), uv_snap_uvs_to_adjacent_unselected(), uv_snap_uvs_to_cursor(), uv_snap_uvs_to_pixels(), uv_warp_compute(), uv_weld_align(), uvedit_center(), uvedit_deselect_flush(), uvedit_edge_select_disable(), uvedit_edge_select_enable(), uvedit_edge_select_set(), uvedit_edge_select_set_noflush(), uvedit_edge_select_set_with_sticky(), uvedit_edge_select_shared_vert(), uvedit_edge_select_test(), uvedit_edge_select_test_ex(), uvedit_face_select_disable(), uvedit_face_select_enable(), uvedit_face_select_shared_vert(), uvedit_face_select_test_ex(), uvedit_first_selected_uv_from_vertex(), uvedit_have_selection(), uvedit_is_face_affected(), uvedit_prepare_pinned_indices(), uvedit_select_flush(), uvedit_select_is_any_selected(), uvedit_translate(), uvedit_unwrap_cube_project(), uvedit_uv_align_weld(), uvedit_uv_select_disable(), uvedit_uv_select_enable(), uvedit_uv_select_set(), uvedit_uv_select_set_with_sticky(), uvedit_uv_select_shared_vert(), uvedit_uv_select_test(), uvedit_uv_select_test_ex(), uvedit_uv_straighten_elements(), uvedit_vert_is_all_other_faces_selected(), uvedit_vert_is_edge_select_any_other(), uvedit_vert_is_face_select_any_other(), uvedit_vertex_select_tagged(), vertex_color_set(), verttag_add_adjacent(), verttag_add_adjacent_uv(), verttag_filter_cb(), verttag_set_cb(), verttag_test_cb(), viewAxisCorrectCenter(), VoronoiVertexWeight::VoronoiVertexWeight(), btSoftBody::VSolve_Links(), blender::geometry::weld_iter_loop_of_poly_begin(), blender::geometry::weld_iter_loop_of_poly_next(), blender::geometry::weld_poly_loop_ctx_setup(), wm_history_file_read(), wm_window_update_size_position(), and Camera::world_to_raster_size().

◆ l_b

Initial value:
{
BLI_assert(l_a->f == l_b->f)
BLI_assert(l_a !=l_b)
ATTR_WARN_UNUSED_RESULT const BMLoop * l_b
struct BMFace * f
Definition: bmesh_class.h:171

Definition at line 117 of file bmesh_query_inline.h.

Referenced by bm_decim_triangulate_end(), BM_disk_dissolve(), bm_edge_collapse(), bm_edge_is_smooth_no_angle_test(), BM_edge_pair_share_face_by_len(), bm_edge_tag_from_smooth(), bm_edge_tag_from_smooth_and_set_sharp(), BM_edge_uv_share_vert_check(), bm_face_bisect_verts(), bm_face_calc_split_dot(), BM_face_find_double(), BM_face_split(), bm_face_split_find(), BM_face_split_n(), BM_faces_join_pair(), BM_loop_share_edge_check(), BM_loop_uv_share_edge_check(), BM_loop_uv_share_vert_check(), bm_loop_uv_shared_edge_check(), BM_normals_loops_edges_tag(), bm_vert_boundary_tangent(), BM_vert_collapse_faces(), bm_vert_pair_share_best_splittable_face_cb(), BM_vert_pair_share_face_by_angle(), BM_vert_pair_share_face_by_len(), bm_vert_pair_share_splittable_face_cb(), BM_vert_pair_shared_face_cb(), bmo_dissolve_edges_exec(), bmo_dissolve_verts_exec(), bmo_inset_region_exec(), bmo_join_triangles_exec(), bpy_bm_utils_face_split(), bridge_loop_pair(), connect_smallest_face(), createEdgeSlideVerts_double_side(), DRW_text_edit_mesh_measure_stats(), edbm_polybuild_dissolve_at_cursor_invoke(), edbm_rip_invoke__edge(), edbm_ripsel_edge_mark_step(), edgetag_add_adjacent_uv(), facetag_add_adjacent(), facetag_add_adjacent_uv(), mesh_calc_path_region_elem(), modifyMesh(), and verttag_add_adjacent_uv().

◆ v

Initial value:
{
return (ELEM(v, e->v1, e->v2))
#define ELEM(...)
ATTR_WARN_UNUSED_RESULT const BMVert * v

Definition at line 14 of file bmesh_query_inline.h.

Referenced by __anyhit__kernel_optix_shadow_all_hit(), _edge_getCoVert(), _vert_addEdge(), _vert_addFace(), _vert_findEdgeTo(), _vert_free(), _vert_isBoundary(), _vert_new(), _vert_remEdge(), _vert_remFace(), KDL::abs(), Freestyle::IndexedFaceSet::accept(), Freestyle::LineRep::accept(), Freestyle::Node::accept(), Freestyle::NodeCamera::accept(), Freestyle::NodeDrawingStyle::accept(), Freestyle::NodeGroup::accept(), Freestyle::NodeLight::accept(), Freestyle::NodeShape::accept(), Freestyle::NodeTransform::accept(), Freestyle::NodeViewLayer::accept(), Freestyle::OrientedLineRep::accept(), Freestyle::Rep::accept(), Freestyle::TriangleRep::accept(), Freestyle::VertexRep::accept(), KDL::acos(), add_bezt_to_keyblocks_list(), add_edge_constraint(), QuadDice::add_grid(), ImageManager::add_image(), add_interp_verts_copy_edges_to_new_mesh(), add_interpolated_polys_to_new_mesh(), Mesh::add_vertex_crease(), btSoftBody::addAeroForceToFace(), iTaSC::Cache::addCacheVectorIfDifferent(), addtovertices(), Freestyle::ViewMapTesselator2D::AddVertexToLine(), Freestyle::ViewMapTesselator3D::AddVertexToLine(), MeshFairingContext::adjacents_coords_from_loop(), adjust_miter_inner_coords(), adjust_offsets(), adjust_the_cycle_or_chain(), alpha_circle_mask(), alter_co(), angle(), Freestyle::angle_from_cotan(), Freestyle::angle_obtuse(), blender::io::obj::FormatHandler< filetype, buffer_chunk_size >::append_from(), gjkepa2_impl::GJK::appendvertice(), GJK< btConvexTemplate >::appendvertice(), btSoftBody::applyClusters(), applyImpulse(), armature_vert_task_editmesh(), armature_vert_task_editmesh_no_dvert(), KDL::asin(), KDL::atan(), KDL::atan2(), atomic_cas_float(), atomic_cas_int32(), atomic_cas_int64(), atomic_cas_ptr(), atomic_cas_u(), atomic_cas_uint32(), atomic_cas_uint64(), atomic_cas_z(), atomic_load_int32(), atomic_load_int64(), atomic_load_ptr(), atomic_load_uint32(), atomic_load_uint64(), atomic_load_z(), atomic_store_int32(), atomic_store_int64(), atomic_store_ptr(), atomic_store_uint32(), atomic_store_uint64(), atomic_store_z(), attr_create_generic(), attr_create_uv(), average_construct_tangent_matrix(), average_read_displacement_object(), IK_QElbowSegment::Axis(), blender::draw::axis_from_enum_v3(), axis_sort_v3(), axisProjection(), b2CollidePolygons(), backup_closest(), bake_offset_towards_center(), bake_targets_output_vertex_colors(), bake_targets_populate_pixels_color_attributes(), barycentric_differentials_from_position(), bc_sanitize_v3(), bev_merge_edge_uvs(), bev_merge_end_uvs(), bev_merge_uvs(), bev_rebuild_polygon(), bevel_build_edge_polygons(), bevel_reattach_wires(), bevel_rebuild_existing_polygons(), bevel_vert_construct(), Freestyle::BezierCurve::BezierCurve(), bicubic_interpolation(), bicubic_interpolation_color(), bilinear_interpolation(), bilinear_interpolation_color(), bilinear_interpolation_color_char(), bilinear_interpolation_color_fl(), bilinear_interpolation_color_wrap(), BKE_bmbvh_new_ex(), BKE_crazyspace_set_quats_editmesh(), BKE_image_get_tile_number_from_filepath(), BKE_image_set_filepath_from_tile_number(), BKE_lattice_deform_data_create(), BKE_lattice_deform_data_eval_co(), BKE_lattice_index_flip(), BKE_lattice_index_from_uvw(), BKE_lattice_resize(), BKE_mesh_calc_poly_angles(), BKE_mesh_calc_poly_area(), BKE_mesh_calc_poly_center(), BKE_mesh_calc_poly_normal(), BKE_mesh_calc_poly_normal_coords(), BKE_mesh_center_median_from_polys(), BKE_mesh_edge_other_vert(), BKE_mesh_ensure_skin_customdata(), BKE_mesh_mirror_apply_mirror_on_axis_for_modifier(), BKE_mesh_mirror_bisect_on_mirror_plane_for_modifier(), BKE_mesh_normals_loop_split(), BKE_mesh_normals_loop_to_vertex(), BKE_mesh_remap_calc_loops_from_mesh(), BKE_mesh_remesh_voxel_fix_poles(), BKE_mesh_uv_vert_map_create(), BKE_mesh_uv_vert_map_get_vert(), BKE_mesh_validate_arrays(), BKE_mesh_vert_edge_map_create(), BKE_mesh_vert_edge_vert_map_create(), BKE_mesh_wrapper_vert_coords_copy(), BKE_mesh_wrapper_vert_coords_copy_with_mat4(), BKE_nurb_index_from_uv(), BKE_nurb_makeFaces(), BKE_object_minmax(), BKE_palette_from_hash(), BKE_pbvh_bmesh_node_save_orig(), BKE_pbvh_build_bmesh(), BKE_pbvh_node_has_vert_with_normal_update_tag(), BKE_psys_collision_neartest_cb(), BKE_subdiv_ccg_eval_limit_point(), BKE_subdiv_eval_displacement(), BKE_subdiv_eval_face_varying(), BKE_subdiv_eval_final_point(), BKE_subdiv_eval_limit_point(), BKE_subdiv_eval_limit_point_and_derivatives(), BKE_subdiv_eval_limit_point_and_normal(), BKE_subdiv_eval_vertex_data(), BLI_bicubic_interpolation_char(), BLI_bicubic_interpolation_fl(), BLI_bilinear_interpolation_char(), BLI_bilinear_interpolation_fl(), BLI_bilinear_interpolation_wrap_char(), BLI_bilinear_interpolation_wrap_fl(), BLI_delaunay_2d_cdt_calc(), BLI_ewa_filter(), BLI_quadric_evaluate(), BLI_quadric_from_plane(), BLI_quadric_optimize(), BLI_quadric_to_vector_v3(), BLI_rng_get_float_unit_v2(), BLI_rng_get_float_unit_v3(), BLI_voxel_sample_tricubic(), BLI_voxel_sample_trilinear(), BLI_voxel_sample_triquadratic(), blender::compositor::blur_pixel(), BM_data_interp_face_vert_edge(), BM_disk_dissolve(), bm_edge_collapse_is_degenerate_flip(), bm_edge_collapse_is_degenerate_topology(), BM_edge_find_double(), bm_edge_info_average_length(), bm_edge_info_average_length_fallback(), bm_edge_info_average_length_with_fallback(), bm_edge_is_select_isolated(), BM_edge_select_set(), BM_edge_split(), BM_edge_vert_share_loop(), bm_edgenet_path_calc(), bm_edgenet_path_check_overlap(), bm_edgenet_path_from_pass(), bm_edgering_pair_calc(), bm_edgering_pair_store_create(), bm_edgexvert_isect_cb(), bm_edgexvert_isect_impl(), bm_extrude_disable_skin_root(), bm_extrude_region_edge_flag(), bm_face_bisect_verts(), BM_face_calc_normal(), BM_face_calc_normal_vcos(), BM_face_calc_point_in_face(), BM_face_copy_shared(), BM_face_exists_multi(), BM_face_other_edge_loop(), BM_face_other_vert_loop(), bm_face_region_pivot_edge_find(), bm_face_region_vert_boundary_id(), bm_face_region_vert_pass_id(), bm_face_split(), bm_face_split_by_edges(), BM_face_split_edgenet(), BM_face_split_edgenet_connect_islands(), bm_face_split_edgenet_find_connection(), bm_face_split_edgenet_find_loop(), bm_face_split_edgenet_find_loop_walk(), BM_face_splits_check_optimal(), BM_face_vert_share_loop(), bm_grid_fill_array(), bm_isect_tri_tri(), bm_kill_only_vert(), BM_lnorspace_invalidate(), BM_log_all_added(), bm_log_assign_ids(), BM_log_before_all_removed(), bm_log_face_alloc(), bm_log_faces_restore(), BM_log_mesh_elems_reorder(), BM_log_original_mask(), BM_log_original_vert_co(), BM_log_original_vert_data(), BM_log_original_vert_no(), BM_log_vert_added(), bm_log_vert_alloc(), BM_log_vert_before_modified(), bm_log_vert_bmvert_copy(), bm_log_vert_id_get(), bm_log_vert_id_set(), BM_log_vert_removed(), bm_log_vert_values_swap(), bm_log_verts_restore(), bm_log_verts_unmake(), bm_loop_build(), bm_loop_create(), BM_loop_normal_editdata_array_init(), bm_loop_normal_mark_indiv(), BM_loop_other_edge_loop(), BM_loop_other_vert_loop(), bm_loop_region_count__recursive(), BM_mesh_bevel(), BM_mesh_bisect_plane(), BM_mesh_bm_from_me(), BM_mesh_bm_to_me(), BM_mesh_calc_edge_groups(), BM_mesh_calc_path_region_vert(), BM_mesh_calc_path_vert(), BM_mesh_copy(), BM_mesh_data_free(), BM_mesh_decimate_dissolve_ex(), BM_mesh_decimate_unsubdivide_ex(), BM_mesh_edgeloops_find(), BM_mesh_edgeloops_find_path(), BM_mesh_edgesplit(), BM_mesh_intersect(), BM_mesh_intersect_edges(), bm_mesh_loops_calc_normals_for_vert_with_clnors(), bm_mesh_loops_calc_normals_for_vert_with_clnors_fn(), bm_mesh_loops_calc_normals_for_vert_without_clnors(), bm_mesh_loops_calc_normals_for_vert_without_clnors_fn(), BM_mesh_partial_create_from_verts(), BM_mesh_partial_create_from_verts_group_multi(), BM_mesh_partial_create_from_verts_group_single(), BM_mesh_rebuild(), BM_mesh_select_mode_clean_ex(), BM_mesh_separate_faces(), BM_mesh_vert_coords_apply(), BM_mesh_vert_coords_apply_with_mat4(), BM_mesh_vert_coords_get(), bm_partial_verts_parallel_range_calc_normal_cb(), bm_remove_tagged_verts(), bm_remove_tagged_verts_loose(), bm_subdivide_multicut(), bm_uuidwalk_calc_vert_uuid(), bm_uuidwalk_pass_add(), bm_uuidwalk_rehash(), bm_uuidwalk_vert_lookup(), BM_uv_element_map_create(), BM_uv_vert_map_at_index(), BM_uv_vert_map_create(), bm_vert_boundary_tangent(), BM_vert_calc_edge_angle(), BM_vert_calc_edge_angle_ex(), BM_vert_calc_median_tagged_edge_length(), BM_vert_calc_normal(), BM_vert_calc_normal_ex(), bm_vert_calc_normals_cb(), bm_vert_calc_normals_impl(), bm_vert_calc_normals_with_coords(), bm_vert_calc_normals_with_coords_cb(), BM_vert_calc_shell_factor(), BM_vert_calc_shell_factor_ex(), bm_vert_calc_surface_tangent(), bm_vert_collapse_is_degenerate(), bm_vert_connect_select_history(), bm_vert_connect_select_history_edge_to_vert_path(), BM_vert_create(), BM_vert_dissolve(), bm_vert_dissolve_fan(), bm_vert_dissolve_fan_test(), BM_vert_edge_count(), BM_vert_edge_count_at_most(), BM_vert_edge_count_nonwire(), bm_vert_edge_face_angle(), BM_vert_edge_pair(), BM_vert_face_check(), BM_vert_face_count(), BM_vert_face_count_at_most(), bm_vert_fasthash_create(), bm_vert_fasthash_single(), BM_vert_find_first_loop(), BM_vert_find_first_loop_visible(), BM_vert_flag_to_mflag(), bm_vert_hash_lookup_chain(), BM_vert_hide_set(), BM_vert_in_face(), bm_vert_in_faces_radial(), BM_vert_is_all_edge_flag_test(), BM_vert_is_all_face_flag_test(), BM_vert_is_boundary(), bm_vert_is_delimiter(), BM_vert_is_edge_pair(), BM_vert_is_edge_pair_manifold(), bm_vert_is_edge_select_any_other(), bm_vert_is_edge_visible_any(), BM_vert_is_manifold(), bm_vert_is_manifold_flagged(), BM_vert_is_manifold_region(), bm_vert_is_tag_edge_connect(), bm_vert_is_uuid_connect(), BM_vert_is_wire(), BM_vert_kill(), BM_vert_loop_groups_data_layer_create(), BM_vert_normal_update(), BM_vert_normal_update_all(), BM_vert_other_disk_edge(), bm_vert_other_edge(), bm_vert_other_tag(), bm_vert_pair_elem_setup_ex(), bm_vert_region_test(), bm_vert_region_test_chain(), BM_vert_select_set(), BM_vert_separate(), BM_vert_separate_hflag(), bm_vert_systag_count_disk(), bm_verts_tag_count(), bmbvh_ray_cast_handle_hit(), bmbvh_tri_from_face(), bmesh_calc_tessellation_for_face_impl(), bmesh_disk_count(), bmesh_disk_count_at_most(), bmesh_disk_edge_append(), bmesh_disk_edge_remove(), bmesh_disk_faceedge_find_first(), bmesh_disk_faceedge_find_next(), bmesh_disk_faceloop_find_first(), bmesh_disk_faceloop_find_first_visible(), bmesh_disk_facevert_count(), bmesh_disk_facevert_count_at_most(), bmesh_disk_validate(), bmesh_elem_check(), bmesh_kernel_vert_separate(), bmesh_radial_faceloop_find_first(), bmesh_radial_faceloop_find_next(), bmesh_radial_facevert_check(), bmesh_radial_facevert_count(), bmesh_radial_facevert_count_at_most(), bmesh_selected_verts_center_calc(), BMeshFairingContext::BMeshFairingContext(), bmo_average_vert_facedata_exec(), bmo_bevel_exec(), bmo_bisect_plane_exec(), bmo_connect_vert_pair_exec(), bmo_connect_verts_exec(), bmo_contextual_create_exec(), bmo_create_icosphere_exec(), bmo_create_monkey_exec(), bmo_dissolve_edges_exec(), bmo_dissolve_faces_exec(), bmo_dissolve_verts_exec(), bmo_edgeloop_fill_exec(), bmo_extrude_edge_only_exec(), bmo_extrude_face_region_exec(), bmo_extrude_vert_indiv_exec(), bmo_inset_region_exec(), bmo_mesh_copy(), bmo_mirror_exec(), bmo_offset_edgeloops_exec(), bmo_planar_faces_exec(), bmo_pointmerge_exec(), bmo_pointmerge_facedata_exec(), bmo_region_extend_contract(), bmo_region_extend_expand(), bmo_remove_tagged_verts(), bmo_remove_tagged_verts_loose(), bmo_smooth_laplacian_vert_exec(), bmo_smooth_vert_exec(), bmo_spin_exec(), bmo_split_exec(), bmo_subdivide_edges_exec(), bmo_symmetrize_exec(), bmo_transform_exec(), bmo_triangle_fill_exec(), bmo_unsubdivide_exec(), bmo_weld_verts_exec(), bmw_ConnectedVertexWalker_begin(), bmw_ConnectedVertexWalker_step(), bmw_ConnectedVertexWalker_visitVertex(), bmw_EdgeboundaryWalker_step(), bmw_EdgeLoopWalker_begin(), bmw_EdgeLoopWalker_step(), bmw_IslandboundWalker_step(), bmw_LoopShellWalker_begin(), bmw_LoopShellWireWalker_begin(), bmw_LoopShellWireWalker_visitVert(), bmw_mask_check_vert(), bmw_NonManifoldedgeWalker_step(), bmw_NonManifoldLoop_find_next_around_vertex(), bmw_VertShellWalker_begin(), bmw_VertShellWalker_step(), boid_body(), boid_find_ground(), boundvert_rep_face(), BPy_BMVert_CreatePyObject(), bpy_bmvert_repr(), bpy_bmvertseq_new(), BPy_Nature_bitwise(), brightcontrast_apply_threaded(), bsdf_oren_nayar_get_intensity(), bsdf_principled_hair_sample(), bt_closest_point_on_segment(), bt_quantize_clamp(), btDiscoverPortal(), btExpandPortal(), btFindPenetr(), btFindPenetrSegment(), btFindPos(), btGjkEpaCalcPenDepth(), btMprVec3Add(), btMprVec3Copy(), btMprVec3Len2(), btMprVec3PointTriDist2(), btMprVec3Set(), btMprVec3Sub2(), btPortalDir(), btSimplexAdd(), btVec3Copy(), btVec3PointTriDist2(), Buffer_ass_item(), blender::compositor::BufferLineAccumulator< fxu, fxv, fyu, fyv >::buffer_to_sector(), build_boundary(), build_boundary_vertex_only(), build_center_ngon(), build_edge_mats(), build_emats_stack(), build_frames(), build_hull(), build_skin(), Freestyle::GaussianPyramid::BuildPyramid(), bvhtree_from_editmesh_looptri_create_tree(), bvhtree_from_mesh_looptri_create_tree(), C_BVHTree_FromBMesh(), calc_brush_local_mat(), calc_min_radius_v3v3(), calc_ortho_extent(), calc_point_from_barycentric_cage(), calc_point_from_barycentric_extrusion(), calc_solidify_normals(), calcEdgeSlide_mval_range(), btMinkowskiPenetrationDepthSolver::calcPenDepth(), btGjkEpaPenetrationDepthSolver::calcPenDepth(), btGjkConvexCast::calcTimeOfImpact(), btSubsimplexConvexCast::calcTimeOfImpact(), CalligraphicShader___init__(), camera_sample_aperture(), Freestyle::Grid::castRayToFindFirstIntersection(), ccd_mesh_make(), ccd_mesh_update(), ccdVec3Add(), ccdVec3Sub(), ccdVec3X(), ccdVec3Y(), ccdVec3Z(), ccg_face_getVertIndex(), ccg_vert_getCo(), ccg_vert_getNo(), ccgDM_copyFinalVertArray(), ccgDM_get_vert_data_layer(), ccgDM_getMinMax(), ccgDM_getVertMapIndex(), ccgSubSurf__calcSubdivLevel(), ccgSubSurf__calcVertNormals(), ccgSubSurf__effectedFaceNeighbors(), ccgSubSurf__sync_legacy(), ccgSubSurf_getVert(), ccgSubSurf_getVertAge(), ccgSubSurf_getVertData(), ccgSubSurf_getVertEdge(), ccgSubSurf_getVertFace(), ccgSubSurf_getVertLevelData(), ccgSubSurf_getVertNumEdges(), ccgSubSurf_getVertNumFaces(), ccgSubSurf_getVertUserData(), ccgSubSurf_getVertVertHandle(), ccgSubSurf_stitchFaces(), ccgSubSurf_syncVert(), ccgSubSurf_syncVertDel(), blender::meshintersect::cdt_draw(), ChainingIterator_next_vertex_get(), check_begin(), check_mask(), circle_dashed_verts(), circle_verts(), Clamp(), clamp_axis_max_v3(), clampis_uint(), Freestyle::GeomCleaner::CleanIndexedVertexArray(), Freestyle::Strip::cleanUpSingularities(), ClipSegmentToLine(), Freestyle::BlenderFileLoader::clipTriangle(), closer_v3_v3v3v3(), closest(), closest_on_tri_to_point_v3(), CLOSEST_POINT_ON_SEGMENT(), Freestyle::GridHelpers::closestPointOnPolygon(), closestPtPointTriangle(), cloth_add_shear_bend_spring(), cloth_brush_add_deformation_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), cloth_build_springs(), cloth_calc_average_acceleration(), cloth_calc_force(), cloth_calc_rest_volume(), cloth_calc_spring_force(), cloth_continuum_fill_grid(), cloth_continuum_step(), cloth_get_grid_location(), cloth_setup_constraints(), collect_hull_frames(), collision_point_velocity(), collision_sphere_to_tri(), blender::dot::color_attr_from_hsv(), Freestyle::GeomCleaner::CompressIndexedVertexArray(), btConvexHullInternal::compute(), Freestyle::OGF::compute_curvature_tensor(), Freestyle::IndexedFaceSet::ComputeBBox(), Freestyle::LineRep::ComputeBBox(), Freestyle::SShape::ComputeBBox(), Freestyle::FEdgeXDetector::computeCurvatures(), Freestyle::ComputeMaxError(), Freestyle::Controller::ComputeSteerableViewMap(), Freestyle::Strip::computeTexCoord(), Freestyle::Strip::computeTexCoordWithTips(), Freestyle::computeVisibility(), coneLocalSupport(), connection_node_frames(), connection_node_mat(), CombineHSVNode::constant_fold(), construct_param_handle_subsurfed(), contarget_get_mesh_mat(), ContextFunctions_get_border(), contract_shape(), convert_nested_it(), convert_v2(), convert_v3(), convert_v4(), UnitConverter::convertVector3(), convexHullSupport(), copy_attributes(), copy_speed_effect(), copy_v2_fl2(), copy_v3_fl3(), copy_v4_fl4(), Freestyle::Smoother::copyVertices(), KDL::cos(), KDL::cosh(), Freestyle::cotan(), Freestyle::BlenderFileLoader::countClippedFaces(), Freestyle::StrokeRep::create(), create_ccgdm_maps(), blender::geometry::create_merged_mesh(), create_mesh(), GeometryExporter::create_mesh_primitive_list(), GeometryExporter::create_normals(), HullLibrary::CreateConvexHull(), createEdgeSlideVerts_double_side(), createEdgeSlideVerts_single_side(), Freestyle::Strip::createStrip(), Freestyle::createStroke(), createVertSlideVerts(), Cross(), cross(), cross_identity_v3(), cross_m3_v3m3(), cross_v3_identity(), curve_create_edit_data_and_handles(), curve_deform_coords_impl(), curve_delete_segments(), curve_select_shortest_path_surf(), cutEdges(), btSoftBody::cutLink(), CylinderLocalSupportX(), CylinderLocalSupportY(), CylinderLocalSupportZ(), TransformReader::dae_scale_to_v3(), TransformReader::dae_translate_to_v3(), TransformReader::dae_vector3_to_v3(), dc_triangulate(), btRaycastVehicle::debugDraw(), btCollisionWorld::debugDrawObject(), decasteljau_bicubic(), blender::bke::curves::decode_surface_bary_coord(), deformVerts(), deformVerts_do(), deselect_nth_active(), Diagonal(), diagonalize(), dial_ghostarc_draw_incremental_angle(), diffuse_shv3(), dilate_shape(), direction_to_equirectangular_range(), direction_to_fisheye(), direction_to_fisheye_equisolid(), direction_to_fisheye_lens_polynomial(), direction_to_mirrorball(), disk_light_sample(), GeometryManager::displace(), displacement_get_face_corner(), displacement_get_grid_and_coord(), distance2(), Freestyle::GridHelpers::distancePointToPolygon(), Freestyle::AppView::distanceToSceneCenter(), do_projectpaint_draw(), do_scale_thread(), do_versions_sequencer_speed_effect_recursive(), blender::io::alembic::ABCCameraWriter::do_write(), dot(), btSoftBodyHelpers::Draw(), draw_culling_box_test(), draw_fcurve_curve_samples(), draw_stat(), draw_stat_5row(), draw_subdiv_loop_cb(), DRW_cache_bone_arrows_get(), DRW_cache_bone_dof_lines_get(), DRW_cache_bone_dof_sphere_get(), DRW_cache_bone_envelope_outline_get(), DRW_cache_bone_point_get(), DRW_cache_bone_point_wire_outline_get(), DRW_cache_bone_stick_get(), DRW_cache_camera_distances_get(), DRW_cache_camera_frame_get(), DRW_cache_camera_tria_get(), DRW_cache_camera_tria_wire_get(), DRW_cache_camera_volume_get(), DRW_cache_camera_volume_wire_get(), DRW_cache_circle_get(), DRW_cache_cube_get(), DRW_cache_cursor_get(), DRW_cache_empty_capsule_cap_get(), DRW_cache_empty_cone_get(), DRW_cache_empty_cube_get(), DRW_cache_empty_cylinder_get(), DRW_cache_field_cone_limit_get(), DRW_cache_field_curve_get(), DRW_cache_field_force_get(), DRW_cache_field_sphere_limit_get(), DRW_cache_field_tube_limit_get(), DRW_cache_field_vortex_get(), DRW_cache_field_wind_get(), DRW_cache_groundline_get(), DRW_cache_light_area_disk_lines_get(), DRW_cache_light_area_square_lines_get(), DRW_cache_light_point_lines_get(), DRW_cache_light_spot_lines_get(), DRW_cache_light_spot_volume_get(), DRW_cache_light_sun_lines_get(), DRW_cache_lightprobe_cube_get(), DRW_cache_lightprobe_grid_get(), DRW_cache_lightprobe_planar_get(), DRW_cache_particles_get_prim(), DRW_cache_plain_axes_get(), DRW_cache_quad_get(), DRW_cache_quad_wires_get(), DRW_cache_single_arrow_get(), DRW_cache_speaker_get(), DRW_cache_sphere_get(), DRW_debug_polygon_v3(), DRW_stats_draw(), DRW_text_edit_mesh_measure_stats(), dynamic_paint_brush_velocity_compute_cb(), dynamic_paint_create_uv_surface_direct_cb(), dynamic_paint_create_uv_surface_neighbor_cb(), dynamic_paint_find_island_border(), dynamic_paint_paint_mesh_cell_point_cb_ex(), dynamicPaint_generateBakeData(), dynamicPaint_setInitialColor(), ed_editnurb_extrude_flag(), ED_image_draw_info(), ED_transverts_update_obedit(), ED_vgroup_mirror(), edbm_add_edge_face_exec__tricky_extend_sel(), edbm_add_edge_face_exec__vert_edge_lookup(), edbm_connect_vert_pair(), edbm_decimate_exec(), edbm_delete_loose_exec(), edbm_deselect_nth(), edbm_edge_split_selected_verts(), edbm_face_split_by_edges_exec(), edbm_fill_grid_prepare(), edbm_fill_grid_vert_tag_angle(), edbm_point_normals_modal(), edbm_rip_edge_invoke(), edbm_rip_invoke__edge(), edbm_rip_invoke__vert(), edbm_ripsel_edge_mark_step(), edbm_ripsel_edge_uid_step(), edbm_select_axis_exec(), edbm_select_linked_exec(), EDBM_select_mirrored(), edbm_select_non_manifold_exec(), edbm_set_normals_from_faces_exec(), EDBM_unified_findnearest_from_raycast(), EDBM_verts_mirror_apply(), EDBM_verts_mirror_cache_begin_ex(), EDBM_verts_mirror_cache_clear(), EDBM_verts_mirror_get(), edge_edge_angle_less_than_180(), edge_len_calc(), edge_slide_pair_project(), edge_step(), edge_verts_add(), edge_verts_sort(), edgering_find_order(), edgering_vcos_get(), edgering_vcos_get_pair(), edges_angle_kind(), edgetag_add_adjacent(), edgetag_add_adjacent_uv(), edgetag_cut_cost_vert(), editbmesh_get_x_mirror_vert_topo(), eevee_lightprobes_culling_test(), blender::bke::curves::encode_surface_bary_coord(), end_node_frames(), ensure_finite(), equirect_to_direction(), equirectangular_range_to_direction(), equirectangular_to_direction(), LinearQuadPatch::eval(), BicubicPatch::eval(), blender::compositor::BufferLineAccumulator< fxu, fxv, fyu, fyv >::eval(), eval_displacement(), eval_mask(), eval_phase_dwivedi(), QuadDice::eval_projected(), eval_shv3(), evaluate_vertex_and_apply_displacement_copy(), evaluate_vertex_and_apply_displacement_interpolate(), blender::compositor::BokehBlurOperation::execute_pixel(), blender::compositor::DirectionalBlurOperation::execute_pixel(), blender::compositor::ProjectorLensDistortionOperation::execute_pixel(), blender::compositor::DisplaceSimpleOperation::execute_pixel_sampled(), blender::compositor::MovieDistortionOperation::execute_pixel_sampled(), blender::compositor::TextureBaseOperation::execute_pixel_sampled(), KDL::exp(), exp(), explodeMesh(), blender::draw::extract_edituv_stretch_angle_iter_poly_mesh(), blender::draw::extract_lines_adjacency_iter_looptri_bm(), blender::draw::extract_pos_nor_hq_init(), blender::draw::extract_pos_nor_init(), blender::draw::extract_tan_init_common(), extrawindow_spin_cursor(), face_to_plane(), facetag_cut_cost_vert(), fast_erff(), blender::meshintersect::FatCo< double >::FatCo(), fcm_fn_generator_evaluate(), fcurve_to_keylist(), FEdge_sq_item(), FEdgeSharp_normal_left_set(), FEdgeSharp_normal_right_set(), FEdgeSmooth_normal_set(), feline_eval(), fill_crossdata_for_through_vert(), fill_shader_input(), filter_func_blackman_harris(), filter_func_gaussian(), find_face_internal_boundverts(), find_site_merges(), find_symedge_with_face(), Freestyle::ViewEdgeXBuilder::FindNextWEdge(), Freestyle::findOccludee(), Freestyle::ViewMapBuilder::FindOccludee(), blender::opensubdiv::PatchMap::FindPatch(), Freestyle::ViewEdgeXBuilder::FindPreviousWEdge(), fisheye_equisolid_to_direction(), fisheye_lens_polynomial_to_direction(), fisheye_to_direction(), Freestyle::FitCurveWrapper::FitCurve(), flip_v2_v2v2(), flip_v3(), flip_v3_v3v3(), flip_v4_v4v4(), float_array_from_PyList(), float_array_from_PyObject(), float_array_from_PyTuple(), float_as_uint(), flush_pixel(), foreach_grid_face_coordinate_task(), free_speed_effect(), ft_pix_from_float(), ft_pix_from_int(), ft_pix_round_advance(), ft_pix_to_int(), ft_pix_to_int_ceil(), ft_pix_to_int_floor(), btLemkeAlgorithm::GaussJordanEliminationStep(), gearGL(), generate(), blender::compositor::GlareFogGlowOperation::generate_glare(), blender::compositor::GlareGhostOperation::generate_glare(), Freestyle::BlenderStrokeRenderer::GenerateStrokeMesh(), generateUnitOrthogonalVector(), GEO_uv_parametrizer_construct_end(), GEO_uv_parametrizer_stretch_begin(), geodesic_distance_propagate_across_triangle(), geometry_extract_apply(), geometry_extract_tag_masked_faces(), get_bm_knife_vert(), get_ccgdm_data(), get_cdt_output(), blender::get_default_hash(), get_face_uv_map_vert(), DocumentImporter::get_import_version(), get_incident_edges(), blender::nodes::get_multi_function(), get_next_loop(), get_other_edge(), blender::RandomNumberGenerator::get_triangle_sample(), blender::RandomNumberGenerator::get_triangle_sample_3d(), GIM_TRIANGLE::get_uv_parameters(), Attribute::get_uv_tiles(), blender::io::usd::get_vert_creases(), blender::io::alembic::get_vert_creases(), blender::meshintersect::CDTArrangement< Arith_t >::get_vert_resolve_merge(), get_vertex_elem(), btConvexHullInternal::getCoordinates(), getFaceIndex(), getNormalizedVector(), Freestyle::WFace::getOppositeEdge(), getSurroundingVerts(), getTransformOrientation_ex(), GHOST_Rect::getVisibility(), give_parvert(), gizmo_axis_draw(), good_offset_on_edge_between(), gpencil_boundaryfill_area(), gpencil_buffer_add_fill(), gpencil_buffer_add_point(), gpencil_buffer_add_stroke(), gpencil_edit_curve_stroke_iter_cb(), gpencil_edit_stroke_iter_cb(), gpencil_get_outline_points(), gpencil_invert_image(), gpencil_point_edit_flag(), gpencil_point_edit_weight(), gpencil_points_from_stack(), gpencil_rotate_v2_v2v2fl(), gpencil_snap_to_grid_fl(), gpencil_snap_to_rotated_grid_fl(), gpencil_vertex_group_normalize_all_exec(), GPU_batch_clear(), GPU_batch_copy(), GPU_batch_init_ex(), GPU_batch_instbuf_add_ex(), GPU_batch_vertbuf_add_ex(), GPU_batch_vertbuf_has(), gpu_bmesh_vert_to_buffer_copy(), gpu_bmesh_vert_visible_count(), GPU_indexbuf_add_generic_vert(), GPU_indexbuf_add_point_vert(), GPU_matrix_project_2fv(), GPU_matrix_project_3fv(), GPU_pbvh_bmesh_buffers_update(), GPU_pbvh_mesh_buffers_update(), GPU_vertbuf_attr_fill_stride(), grad(), grad2(), grad3(), grad4(), Freestyle::gts_vertex_gaussian_curvature(), Freestyle::gts_vertex_mean_curvature_normal(), Freestyle::gts_vertex_principal_directions(), hair_volume_eval_grid_vertex_sample(), half_v2(), hasvert(), hsv_to_cpack(), hsv_to_rgb(), KDL::hypot(), ibuf_get_color_clip_bilerp(), idp_repr_fn_recursive(), blender::nodes::node_geo_image_texture_cc::ImageFieldsFunction::image_cubic_texture_lookup(), implicit_print_matrix_elem(), ImplicitSolve(), blender::robust_pred::incircleadapt(), blender::compositor::BufferLineAccumulator< fxu, fxv, fyu, fyv >::init_buffer_iterator(), init_speed_effect(), initializePolyhedralFeatures(), Freestyle::BlenderFileLoader::insertShapeNode(), int4_ghash_tests(), int_ghash_tests(), integrator_init_from_bake(), integrator_state_read_isect(), integrator_state_read_shadow_isect(), integrator_state_write_isect(), integrator_state_write_shadow_isect(), interp_barycentric_mlooptri(), interp_barycentric_tri_v3(), interp_bilinear_grid(), interp_bilinear_mpoly(), interp_bilinear_quad_v3(), interp_cubic_v3(), interp_weights_poly_v2(), interp_weights_poly_v3(), btMiniSDF::interpolate(), interpolate_grid_coord(), interpolate_ies_vertical(), intersect_line_tri(), Freestyle::GeomUtils::intersectRayTriangle(), KDL::Rotation::Inverse(), KDL::Rotation2::Inverse(), inverseTimes(), invXform(), is_finite_v2(), is_finite_v3(), is_finite_v4(), is_one_v3(), is_original_vert(), is_u_selected(), is_vertex_in_id(), is_vertex_pole(), is_vertex_pole_three(), is_zero_v2(), is_zero_v2_db(), is_zero_v3(), is_zero_v3_db(), is_zero_v4(), is_zero_v4_db(), IsAlmostZero(), IsAlmostZero1(), isect_axial_line_segment_tri_v3(), isect_line_line_v2_point(), isect_line_segment_tri_epsilon_v3(), isect_line_segment_tri_v3(), isect_ray_poly(), isect_ray_seg_v2(), isect_ray_tri_epsilon_v3(), isect_ray_tri_v3(), isect_ray_tri_watertight_v3(), isect_seg_seg_v2_point_ex(), isfinite_safe(), isNurbselU(), kernel_tex_image_interp(), kernel_tex_image_interp_3d(), knife_find_line_hits(), knife_ray_intersect_face(), knifetool_init_obinfo(), laplacian_add_right_hand_side(), laplacian_system_get_solution(), latt_bp(), lattice_batch_cache_get_edges(), lattice_flip_exec(), lattice_flip_point_value(), lattice_render_edges_len_get(), lattice_render_verts_len_get(), lattice_select_more_less(), lattice_swap_point_pairs(), lattice_test_bitmap_uvw(), lattice_vert_task_editmesh(), lattice_vert_task_editmesh_no_dvert(), len_manhattan_v2(), len_manhattan_v2_int(), len_manhattan_v3(), len_squared_v2(), len_squared_v3(), len_squared_v3_db(), len_v2(), len_v2_db(), Length(), LengthSquared(), lerp(), btLemkeAlgorithm::LexicographicPositive(), light_spread_clamp_area_light(), lights_intersect(), linear_grid_element_delta_interpolate(), linear_solver_variables_to_vector(), linear_solver_vector_to_variables(), lineart_create_edges_from_isec_data(), lineart_edge_neighbor_init_task(), lineart_intersect_seg_seg(), lineart_line_isec_2d_ignore_line2pos(), lineart_main_load_geometries(), lineart_main_make_enclosed_shapes(), lineart_mvert_transform_task(), lineart_point_inside_triangle(), lineart_point_inside_triangle3d(), lineart_point_on_line_segment(), lineart_point_triangle_relation(), lineart_shadow_finalize_shadow_edges_task(), lineart_shadow_transform_task(), Freestyle::LineRep::LineRep(), load_float4(), load_int4(), load_speed_effect(), localGetSupportVertexWithoutMarginNonVirtual(), KDL::log(), log(), logistic(), longitudinal_scattering(), loop_normal_editdata_init(), M_Geometry_intersect_ray_tri(), M_Noise_voronoi(), make_cb_table_float_lgg(), make_cb_table_float_sop(), make_child_duplis_verts_from_editmesh(), make_patch_coord(), make_sep_waveform_view_from_ibuf_float(), make_waveform_view_from_ibuf_byte(), make_waveform_view_from_ibuf_float(), makelatticesprings(), map_to_sphere(), map_to_tube(), QuadDice::map_uv(), mask_get_grid_and_coord(), mat3_align_axis_to_v3(), blender::meshintersect::math_abs(), blender::meshintersect::math_abs< double >(), math_matrix_add_gramian(), math_matrix_jacobi_eigendecomposition(), blender::meshintersect::math_to_double< double >(), math_trimatrix_add_gramian(), math_trimatrix_add_gramian_strided(), math_vec3_add(), math_vec3_add_strided(), math_vector_zero(), Matrix3::Matrix3(), libmv::MatrixColumn(), maxdirsterid(), mdisp_rot_face_to_crn(), merge_2_nurb(), merge_target(), mesh_calc_ngon_center(), mesh_calc_normals_poly_and_vertex_accum_fn(), mesh_calc_path_region_elem(), mesh_calc_poly_area_centroid(), mesh_calc_poly_volume_centroid_with_reference_center(), blender::nodes::node_geo_flip_faces_cc::mesh_flip_faces(), blender::geometry::mesh_merge_by_distance_connected(), mesh_normals_loop_custom_set(), mesh_nurbs_displist_to_mdata(), mesh_render_data_loose_geom_mesh(), mesh_symmetry_snap_exec(), mesh_vert_poly_or_loop_map_create(), mesh_verts_spherecast(), mesh_verts_spherecast_do(), mf_eval_phase_glass(), mf_lambda(), mid_v2_v2v2v2(), mid_v3_v3v3v3(), mid_v3_v3v3v3v3(), libmv::LevenbergMarquardt< Function, Jacobian, Solver >::minimize(), mirrorball_to_direction(), MOD_solidify_extrude_modifyMesh(), MOD_solidify_nonmanifold_modifyMesh(), modifier_skin_armature_create(), blender::imbuf::transform::WrapRepeatUV::modify_v(), blender::imbuf::transform::PassThroughUV::modify_v(), modifyMesh(), motion_triangle_intersect(), motion_triangle_point_from_uv(), motion_triangle_shader_setup(), motion_triangle_smooth_normal(), mul_v2_m3v2(), mul_v4_m4v3(), mul_v4_m4v4(), mul_v4d_m4v4d(), multi_small_ghash_tests_one(), multires_reshape_assign_final_coords_from_ccg(), multires_unsubdivide_extract_grids(), multires_unsubdivide_prepare_original_bmesh_for_extract(), btDbvt::nearest(), nearest_interpolation(), nearest_interpolation_color(), nearest_interpolation_color_char(), nearest_interpolation_color_fl(), nearest_interpolation_color_wrap(), btMatrixX< T >::negative(), gjkepa2_impl::EPA::newface(), EPA< btConvexTemplate >::newface(), newPerlin(), NODE_DEFINE(), blender::ed::space_node::nodelink_batch_init(), noise3_perlin(), blender::noise::noise_grad(), noise_vector(), NonTVertex_svertex_get(), KDL::VectorAcc::Norm(), KDL::VectorVel::Norm(), normalize(), blender::math::normalize(), KDL::Vector::Normalize(), KDL::Vector2::Normalize(), Freestyle::normalize2(), Freestyle::normalize3(), blender::math::normalize_and_get_length(), NormalizeAny(), NormalizeSafe(), object_shape_key_mirror(), offset_in_plane(), offset_meet(), offset_meet_edge(), offset_meet_lines_percent_or_absolute(), offset_on_edge_between(), old_mdisps_bilinear(), Freestyle::VecMat::Vec< T, N >::operator!=(), ObjVertexHash::operator()(), Freestyle::Functions0D::Curvature2DAngleF0D::operator()(), Freestyle::Functions1D::GetSteerableViewMapDensityF1D::operator()(), operator*(), Freestyle::VecMat::operator*(), Freestyle::VecMat::Vec2< T >::operator*(), Freestyle::VecMat::Vec3< T >::operator*(), Freestyle::VecMat::Vec< T, N >::operator*(), KDL::Rotation::operator*(), KDL::Rotation2::operator*(), KDL::operator*(), operator*=(), Freestyle::VecMat::Vec2< T >::operator+(), Freestyle::VecMat::Vec3< T >::operator+(), Freestyle::VecMat::Vec< T, N >::operator+(), KDL::operator+(), operator+=(), Freestyle::VecMat::Vec< T, N >::operator+=(), KDL::VectorAcc::operator+=(), KDL::VectorVel::operator+=(), operator-(), Freestyle::VecMat::Vec2< T >::operator-(), Freestyle::VecMat::Vec3< T >::operator-(), Freestyle::VecMat::Vec< T, N >::operator-(), KDL::operator-(), operator-=(), Freestyle::VecMat::Vec< T, N >::operator-=(), KDL::VectorAcc::operator-=(), KDL::VectorVel::operator-=(), operator/(), KDL::operator/(), operator/=(), Freestyle::IndexedVertex::operator<(), Freestyle::VecMat::Vec< T, N >::operator<(), Freestyle::operator<<(), blender::meshintersect::operator<<(), KDL::operator<<(), Freestyle::VecMat::operator<<(), Vector3::operator=(), Matrix3::operator=(), Freestyle::Stroke::operator=(), Freestyle::VecMat::Vec< T, N >::operator=(), KDL::VectorAcc::operator=(), KDL::VectorVel::operator=(), Freestyle::IndexedVertex::operator==(), ObjVertex::operator==(), Freestyle::VecMat::Vec< T, N >::operator==(), Freestyle::VecMat::Vec< T, N >::operator>(), KDL::operator>>(), Freestyle::VecMat::Vec3< T >::operator^(), orgPerlinNoise(), orgPerlinNoiseU(), blender::robust_pred::orient3dadapt(), orth(), ortho_v2_v2(), ortho_v3_v3(), MeshFairingContext::other_vertex_index_from_loop(), BMeshFairingContext::other_vertex_index_from_loop(), output_frames(), outside_lattice(), p_abf_compute_grad_alpha(), p_abf_compute_gradient(), p_abf_compute_sin_product(), p_chart_abf_solve(), p_chart_extrema_verts(), p_chart_lscm_begin(), p_chart_lscm_load_solution(), p_chart_lscm_solve(), p_chart_minimum_area_angle(), p_chart_rotate_minimum_area(), p_chart_stretch_minimize(), p_chart_uv_bbox(), p_chart_uv_scale(), p_chart_uv_scale_xy(), p_chart_uv_to_array(), p_chart_uv_transform(), p_chart_uv_translate(), p_edge_boundary_angle(), p_split_vert(), p_stretch_compute_vertex(), p_stretch_pin_boundary(), p_vert_add(), p_vert_copy(), p_vert_interior(), p_vert_load_pin_select_uvs(), p_vert_lookup(), pack_v4_in_mat4(), paint_draw_curve_cursor(), paint_get_tex_pixel(), paint_get_tex_pixel_col(), paint_sample_color(), palette_sort_exec(), panorama_to_direction(), parse_float_array(), parse_syntax_error(), partial_elem_vert_ensure(), partialvis_update_bmesh_verts(), partialvis_update_mesh(), patch_eval_basis(), patch_eval_control_verts(), patch_eval_float(), patch_eval_float2(), patch_eval_float3(), patch_eval_float4(), patch_eval_normalize_coords(), patch_eval_uchar4(), patch_map_find_patch(), patch_map_resolve_quadrant(), pbvh_bmesh_create_nodes_fast_recursive(), pbvh_bmesh_face_remove(), pbvh_bmesh_node_finalize(), pbvh_bmesh_node_split(), pbvh_bmesh_node_vert_use_count_at_most(), pbvh_bmesh_node_visibility_update(), pbvh_bmesh_vert_create(), pbvh_bmesh_vert_other_node_find(), pbvh_bmesh_vert_ownership_transfer(), pbvh_bmesh_vert_remove(), pbvh_faces_node_visibility_update(), pbvh_update_normals_accum_task_cb(), pbvh_update_normals_clear_task_cb(), pbvh_update_normals_store_task_cb(), blender::bke::pbvh_vertex_color_get(), blender::bke::pbvh_vertex_color_set(), perlin_2d(), perlin_3d(), perlin_4d(), blender::noise::perlin_noise(), pf_ear_tip_check(), PlaneTest(), plConvexHullGetVertex(), point_between_edges(), pointdensity_cache_vertex_color(), portalEncapsulesOrigin(), portalReachTolerance(), Freestyle::FEdgeXDetector::postProcessSuggestiveContourFace(), KDL::pow(), pow(), btSoftBody::predictMotion(), blender::nodes::node_geo_scale_elements_cc::prepare_face_islands(), print_lvector(), print_v2(), print_v3(), print_v4(), print_vn(), process(), btConvexConvexAlgorithm::processCollision(), GHOST_NDOFManagerUnix::processEvents(), project(), project_bucket_face_isect(), projected_boundary_area(), projectIntViewEx(), btDbvtAabbMm::ProjectMinimum(), ProjectOnAxis(), ProjectOnPlane(), prop_subscript_ass_array_slice__bool_recursive(), prop_subscript_ass_array_slice__float_recursive(), prop_subscript_ass_array_slice__int_recursive(), psys_face_mat(), psys_origspace_to_w(), psys_uv_to_w(), Freestyle::Chain::push_viewedge_back(), Freestyle::Chain::push_viewedge_front(), pygpu_buffer__sq_ass_item(), QFLOW_quadriflow_remesh(), quad_2edge_split_innervert(), quad_4edge_subdivide(), btAxisSweep3Internal< BP_FP_INT_TYPE >::quantize(), quantize(), quatRotate(), randint_ghash_tests(), ray_quad_intersect(), Freestyle::Geometry::Polygon3r::rayIntersect(), rayIntersectsTriangle(), RE_bake_normal_world_to_tangent(), RE_bake_pixels_populate_from_objects(), re_delaunay_triangulate(), blender::compositor::MemoryBuffer::read(), blender::compositor::MemoryBuffer::read_bilinear(), blender::compositor::MemoryBuffer::read_no_check(), blender::io::alembic::read_vertex_creases(), Freestyle::SteerableViewMap::readSteerableViewMapPixel(), rect_bevel_smooth(), reduce_add(), reduce_max(), reduce_min(), btSoftBody::refine(), reflect_v3_v3v3(), reflect_v3_v3v3_db(), regular_polygon_sample(), remap_hair_emitter(), Freestyle::PSStrokeRenderer::RenderStrokeRepBasic(), Freestyle::TextStrokeRenderer::RenderStrokeRepBasic(), Freestyle::WShape::ResetUserData(), KDL::VectorAcc::ReverseSign(), KDL::VectorVel::ReverseSign(), rgb_tint(), rgb_to_hsv(), rgb_to_yuv(), root_to_world_v3(), KDL::RotationVel::Rot(), rotate_direction_nurb(), Freestyle::GeomUtils::rotateVector(), blender::io::obj::round_float3_to_n_digits(), blender::imbuf::transform::Sampler< Filter, StorageType, NumChannels, UVWrapping >::sample(), sample_phase_dwivedi(), libmv::SampleLinear(), libmv::SampleNearest(), SCULPT_bmesh_four_neighbor_average(), sculpt_expand_boundary_topology_falloff_create(), sculpt_expand_diagonals_falloff_create(), sculpt_expand_falloff_factors_from_vertex_and_symm_create(), sculpt_expand_falloff_value_vertex_get(), sculpt_expand_geodesic_falloff_create(), sculpt_expand_gradient_value_get(), sculpt_expand_is_vert_in_active_component(), sculpt_expand_normal_falloff_create(), sculpt_expand_spherical_falloff_create(), sculpt_expand_state_get(), sculpt_expand_topology_falloff_create(), SCULPT_flip_v3_by_symm_area(), SCULPT_floodfill_add_active(), SCULPT_floodfill_add_initial_with_symmetry(), SCULPT_geodesic_from_vertex_and_symm(), SCULPT_geodesic_mesh_create(), sculpt_undo_restore_hidden(), SCULPT_vertex_is_boundary(), SCULPT_vertex_mask_get(), sculpt_vertex_neighbors_get_bmesh(), blender::compositor::BufferLineAccumulator< fxu, fxv, fyu, fyv >::sector_to_buffer(), SegmentSqrDistance(), select_max(), select_min(), blender::ed::sculpt_paint::select_random::select_random_exec(), select_row_exec(), Freestyle::OGF::MatrixUtil::semi_definite_symmetric_eigen(), seq_effect_speed_frame_map_ensure(), seq_effect_speed_rebuild_map(), KDL::Vector::Set2DXY(), KDL::Vector::Set2DYZ(), KDL::Vector::Set2DZX(), KDL::Vector2::Set3DXY(), KDL::Vector2::Set3DYZ(), KDL::Vector2::Set3DZX(), set_bound_vert_seams(), set_ccgdm_all_geometry(), blender::ed::space_node::set_nodelink_vertex(), QuadDice::set_side(), QuadDice::set_vert(), IK_QJacobian::SetBetas(), IK_QJacobian::SetDerivatives(), Freestyle::Stroke::setLength(), Freestyle::GrayImage::setPixel(), btDeformableContactProjection::setProjection(), btRigidBody::setPushVelocity(), setQuantizationValues(), SetToZero(), btRigidBody::setTurnVelocity(), setupSpatialGridBatchesMt(), Freestyle::WVertex::setVertex(), Freestyle::Strip::setVertexColor(), Freestyle::LineRep::setVertices(), Freestyle::VecMat::Vec2< T >::setX(), Freestyle::VecMat::Vec3< T >::setX(), Freestyle::VecMat::Vec2< T >::setY(), Freestyle::VecMat::Vec3< T >::setY(), Freestyle::VecMat::Vec3< T >::setZ(), Freestyle::CalligraphicShader::shade(), Freestyle::SpatialNoiseShader::shade(), Freestyle::StrokeShaders::ConstantThicknessShader::shade(), Freestyle::StrokeShaders::ConstantExternThicknessShader::shade(), Freestyle::StrokeShaders::IncreasingThicknessShader::shade(), Freestyle::StrokeShaders::ConstrainedIncreasingThicknessShader::shade(), Freestyle::StrokeShaders::LengthDependingThicknessShader::shade(), Freestyle::StrokeShaders::ThicknessNoiseShader::shade(), Freestyle::StrokeShaders::ConstantColorShader::shade(), Freestyle::StrokeShaders::IncreasingColorShader::shade(), Freestyle::StrokeShaders::MaterialColorShader::shade(), Freestyle::StrokeShaders::ColorNoiseShader::shade(), Freestyle::StrokeShaders::BezierCurveShader::shade(), Freestyle::StrokeShaders::PolygonalizationShader::shade(), Freestyle::StrokeShaders::GuidingLinesShader::shade(), Freestyle::StrokeShaders::TipRemoverShader::shade(), shade_background_pixels(), shader_setup_from_displace(), shader_setup_from_sample(), shadow_ray_smooth_surface_offset(), btConvexHullInternal::shrink(), SIM_cloth_solve(), SIM_cloth_solver_set_positions(), SIM_hair_volume_add_segment(), SIM_hair_volume_add_vertex(), SIM_hair_volume_grid_velocity(), SIM_hair_volume_vertex_grid_forces(), SIM_mass_spring_force_vertex_wind(), SIM_mass_spring_get_motion_state(), SIM_mass_spring_get_new_velocity(), SIM_mass_spring_get_velocity(), SIM_mass_spring_set_motion_state(), SIM_mass_spring_set_new_velocity(), SIM_mass_spring_set_velocity(), KDL::sin(), KDL::sinh(), skin_armature_bone_create(), skin_fix_hull_topology(), skin_merge_close_frame_verts(), skin_output_branch_hulls(), skin_output_end_nodes(), skin_smooth_hulls(), skin_update_merged_vertices(), slice_paint_mask(), slide_dist(), slide_spline_solve_P1(), slide_spline_solve_P2(), Freestyle::Smoother::Smoother(), Freestyle::Noise::smoothNoise1(), Freestyle::Noise::smoothNoise2(), Freestyle::Noise::smoothNoise3(), snap_editmesh_minmax(), snap_target_median_impl(), snap_v2_angle(), snap_v3_angle_plane(), sobol_generate_direction_vectors(), solidify_add_thickness(), btModifiedGramSchmidt< TV >::solve(), btLemkeAlgorithm::solve(), btLemkeSolver::solveMLCP(), sphere_normal_from_uv(), sphere_wire_vbo(), DiagSplit::split_ngon(), DiagSplit::split_quad(), KDL::sqr(), KDL::sqrt(), ss_sync_ccg_from_derivedmesh(), ss_sync_from_uv(), state_step(), blender::draw::statvis_calc_thickness(), store_bake_pixel(), store_grid_data(), store_vertex_data(), str_ghash_tests(), Freestyle::Strip::Strip(), Freestyle::Stroke::Stroke(), StrokeAttribute_color_set(), StrokeAttribute_thickness_set(), StrokeVertex_point_set(), studiolight_matcap_preview(), subd_triangle_attribute_float(), subd_triangle_attribute_float2(), subd_triangle_attribute_float3(), subd_triangle_attribute_float4(), subdiv_accumulate_vertex_displacement(), subdiv_ccg_eval_grid_element(), subdiv_ccg_eval_grid_element_limit(), subdiv_ccg_eval_grid_element_mask(), subdiv_ccg_eval_regular_grid(), subdiv_ccg_eval_special_grid(), subdiv_eval_uv_layer(), subdiv_foreach_corner_vertices_regular_do(), subdiv_foreach_edge_vertices_regular_do(), subdiv_foreach_edge_vertices_special_do(), subdiv_foreach_inner_vertices_regular(), subdiv_foreach_inner_vertices_special(), subdiv_foreach_loops_corner_index(), subdiv_foreach_loops_of_poly(), subdiv_foreach_loops_regular(), subdiv_foreach_loops_special(), subdiv_interpolate_loop_data(), subdiv_mesh_is_center_vertex(), subdiv_mesh_loop(), subdiv_mesh_tag_center_vertex(), subdiv_mesh_vertex_corner(), subdiv_mesh_vertex_displacement_every_corner(), subdiv_mesh_vertex_displacement_every_corner_or_edge(), subdiv_mesh_vertex_displacement_every_edge(), subdiv_mesh_vertex_edge(), subdiv_mesh_vertex_every_corner(), subdiv_mesh_vertex_inner(), subdiv_vertex_data_interpolate(), subdiv_vertex_orco_evaluate(), subdivide_base(), subsurf_calculate_limit_positions(), sum(), sum_v3(), SVertex_init(), SVertex_normals_get(), SVertex_point_2d_set(), SVertex_point_3d_set(), Freestyle::FEdgeInternal::SVertexIterator::SVertexIterator(), Freestyle::ViewEdgeInternal::SVertexIterator::SVertexIterator(), svm_node_curve(), svm_node_min_max(), svm_node_texture_mapping(), btEigen::system(), KDL::tan(), KDL::tanh(), tc_mesh_customdatacorrect_apply_vert(), tc_mesh_customdatacorrect_init_vert(), tc_mesh_partial_ensure(), tc_mesh_vert_orig_co_get(), tdotx(), tdoty(), tdotz(), Freestyle::StrokeTesselator::Tesselate(), TEST(), blender::tests::TEST(), Freestyle::BlenderStrokeRenderer::test_strip_visibility(), to_string(), transform_convert_mesh_connectivity_distance(), transform_convert_mesh_islands_calc(), btRigidBody::translate(), btMatrixX< T >::transpose(), tri_3edge_subdivide(), tri_corner_adj_vmesh(), triangle_intersect(), triangle_light_sample(), triangle_point_from_uv(), triangle_point_normal(), triangle_smooth_normal(), triangle_smooth_normal_unnormalized(), CCL_NAMESPACE_BEGIN::TextureInterpolator< TexT, OutT >::tricubic_lookup(), Freestyle::Noise::turbulence2(), Freestyle::Noise::turbulence3(), TVertex_back_svertex_get(), TVertex_front_svertex_get(), ui_draw_but_HSV_v(), ui_draw_gradient(), UnaryFunction0DVectorViewShape___call__(), UnaryFunction1DVectorViewShape___call__(), unified_findnearest(), unsubdivide_build_base_mesh_from_tags(), unsubdivide_find_any_pole(), unsubdivide_is_all_quads(), unsubdivide_is_center_vertex_tag_valid(), unsubdivide_tag_disconnected_mesh_element(), blender::gpu::GLVertArray::update_bindings(), blender::compositor::BokehBlurOperation::update_memory_buffer_partial(), blender::compositor::DirectionalBlurOperation::update_memory_buffer_partial(), blender::compositor::DisplaceSimpleOperation::update_memory_buffer_partial(), blender::compositor::ProjectorLensDistortionOperation::update_memory_buffer_partial(), blender::compositor::TextureBaseOperation::update_memory_buffer_partial(), updateClosestVectorAndPoints(), btSoftBody::updateClusters(), uv_find_nearest_loop_from_vert(), blender::draw::v2_to_short_angle(), Freestyle::V2Negate(), Freestyle::V2Normalize(), Freestyle::V2Scale(), Freestyle::V2ScaleIII(), v3_dist_from_plane(), validate_solution(), vcloud_estimate_transform_v3(), vcos_get(), vcos_get_pair(), Freestyle::VecMat::Vec< T, N >::Vec(), Vec2f_ptr_from_PyList(), Vec2f_ptr_from_PyTuple(), Freestyle::VecMat::Vec3< T >::Vec3(), Vec3f_ptr_from_PyList(), Vec3f_ptr_from_PyTuple(), Vec3r_ptr_from_PyList(), Vec3r_ptr_from_PyTuple(), vec_fac_to_sh(), Vector3::Vector3(), vectorscope_draw_target(), vert_bias_update(), vert_face_normal_mark_set(), vert_face_normal_mark_update(), vert_flush_hide_set(), VERT_getLevelData(), vert_is_boundary(), vert_is_center_disable(), vert_is_center_enable(), vert_is_center_test(), vert_left_of_symedge(), vert_len_calc(), vert_mask_get(), vert_mask_set(), vert_right_of_symedge(), VERT_seam(), vert_touches_face(), VertDataAvg4(), VertDataMulN(), VertDataZero(), FairingContext::vertex_deformation_co_get(), FairingContext::vertex_loop_map_get(), vertid(), blender::meshintersect::vertname(), verttag_filter_cb(), verttag_set_cb(), verttag_test_cb(), vgroup_smooth_subset(), view3d_preselect_mesh_edgering_update_edges_from_edge(), ViewEdge_first_viewvertex_get(), ViewEdge_last_viewvertex_get(), Freestyle::ViewShape::ViewShape(), ViewShape_edges_set(), ViewShape_vertices_set(), volume_preservation(), vreduce_add(), vreduce_add2(), vreduce_add4(), vreduce_max(), vreduce_max2(), vreduce_max4(), vreduce_min(), vreduce_min2(), vreduce_min4(), vs_add(), vscale(), vTurb(), weld_cross_attrs_copy(), blender::geometry::weld_poly_loop_ctx_alloc(), wm_block_splash_image_roundcorners_add(), wm_xr_grab_compute_bimanual(), wm_xr_navigation_reset_exec(), world_to_root_v3(), Freestyle::WShape::WShape(), Freestyle::WVertex::WVertex(), yuv_to_rgb(), Freestyle::AppView::zfar(), Freestyle::AppView::znear(), zspan_scanconvert(), Freestyle::BezierCurve::~BezierCurve(), blender::meshintersect::CDTArrangement< Arith_t >::~CDTArrangement(), Freestyle::Strip::~Strip(), Freestyle::Stroke::~Stroke(), and Freestyle::WShape::~WShape().

◆ v2

Definition at line 33 of file bmesh_query_inline.h.

Referenced by Freestyle::SweepLine< T, Point >::add(), blender::nodes::node_geo_dual_mesh_cc::add_edge(), add_edge_constraint(), add_edge_constraints(), add_face_constraints(), add_interp_verts_copy_edges_to_new_mesh(), add_poly(), Mesh::add_triangle(), EdgeDice::add_triangle(), addfillface(), Freestyle::BlenderFileLoader::addTriangle(), adjust_miter_coords(), angle(), Freestyle::angle_from_cotan(), angle_normalized_v3v3(), angle_on_axis_v3v3_v3(), angle_on_axis_v3v3v3_v3(), angle_quad_v3(), angle_signed_on_axis_v3v3_v3(), angle_signed_on_axis_v3v3v3_v3(), angle_signed_v2v2(), angle_tri_v3(), apply_stroke_envelope(), btDeformableFaceRigidContactConstraint::applyImpulse(), btDeformableFaceNodeContactConstraint::applyImpulse(), btDeformableFaceRigidContactConstraint::applySplitImpulse(), area_quad_v3(), area_snap_calc_location(), area_squared_quad_v3(), area_squared_tri_v2(), area_squared_tri_v3(), area_tri_signed_v2(), area_tri_signed_v2_alt_2x(), area_tri_signed_v3(), area_tri_v2(), area_tri_v3(), avg4(), bake_offset_towards_center(), barycentric_coords_v2(), barycentric_differentials_from_position(), barycentric_weights(), barycentric_weights_v2(), barycentric_weights_v2_clamped(), barycentric_weights_v2_persp(), barycentric_weights_v2_quad(), bevel_extend_edge_data(), bevel_vert_construct(), bevel_vert_two_edges(), bi_mix(), bindVert(), BKE_curve_correct_bezpart(), BKE_displist_normals_add(), BKE_fcurve_correct_bezpart(), BKE_mask_point_set_handle(), BKE_mask_spline_project_co(), BKE_mesh_calc_volume(), BKE_mesh_merge_verts(), BKE_mesh_remap_calc_edges_from_mesh(), BKE_mesh_remap_calc_polys_from_mesh(), BKE_mesh_remesh_voxel_fix_poles(), BKE_mesh_validate_arrays(), BKE_screen_find_edge(), BKE_screen_sort_scrvert(), BKE_sim_debug_data_add_element(), blend_color_color_byte(), blend_color_color_float(), blend_color_hue_byte(), blend_color_hue_float(), blend_color_luminosity_byte(), blend_color_luminosity_float(), blend_color_saturation_byte(), blend_color_saturation_float(), BLI_ewa_filter(), BLI_lasso_is_edge_inside(), BLI_polyfill_beautify_quad_rotate_calc_ex(), BLI_rng_get_tri_sample_float_v2(), BLI_rng_get_tri_sample_float_v3(), BLI_scanfill_edge_add(), BLI_voronoi_triangulate(), BM_edge_calc_face_tangent(), BM_edge_calc_rotate(), bm_edge_calc_rotate_beauty(), bm_edge_calc_rotate_beauty__angle(), bm_edge_calc_rotate_beauty__area(), BM_edge_create(), BM_edge_rotate(), BM_edge_rotate_check_degenerate(), bm_edgenet_path_check_overlap(), bm_edges_sort_winding(), BM_face_copy(), BM_face_create_ngon(), BM_face_create_quad_tri(), BM_face_kill_loose(), bm_face_len_cmp(), BM_face_split_edgenet(), BM_face_split_edgenet_connect_islands(), BM_faces_join(), BM_loop_calc_face_normal(), BM_loop_calc_face_normal_safe_ex(), BM_loop_calc_face_normal_safe_vcos_ex(), BM_loop_interp_multires_ex(), BM_mesh_bm_from_me(), BM_mesh_decimate_dissolve_ex(), bm_subdivide_multicut(), BM_vert_calc_edge_angle_ex(), bm_vert_loop_pair(), BM_verts_calc_rotate_beauty(), bmelemsort_comp(), bmesh_disk_edge_exists(), bmesh_kernel_split_face_make_edge(), bmesh_test_dist_add(), bmo_create_cone_exec(), bmo_create_icosphere_exec(), bmo_edgenet_prepare_exec(), bmo_extrude_face_region_exec(), bmo_inset_region_exec(), bmo_mesh_copy(), bmo_weld_verts_exec(), bmw_ConnectedVertexWalker_step(), bone_direction_worldspace_get(), bone_length_squared_worldspace_get(), btAdjustInternalEdgeContacts(), btAngle(), btCross(), btDistance(), btDistance2(), btDot(), btFindPenetrSegment(), btFindPenetrTouch(), btFindPos(), btMatrix3x3(), btTriple(), build_boundary(), bvhtree_build_from_cloth(), bvhtree_from_mesh_edges_create_tree(), bvhtree_from_mesh_faces_create_tree(), bvhtree_ray_tri_intersection(), bvhtree_sphereray_tri_intersection(), bvhtree_update_from_cloth(), calc_nor_area_tri(), ccgDM_copyFinalLoopArray(), ccgDM_to_MEdge(), blender::compositor::check_corners(), Freestyle::Strip::cleanUpSingularities(), clip_to_ortho_planes(), Freestyle::BlenderFileLoader::clipLine(), Freestyle::BlenderFileLoader::clipTriangle(), closest_on_tri_to_point_v3(), cloth_brush_add_length_constraint(), cloth_brush_satisfy_constraints(), cloth_brush_sim_has_length_constraint(), cloth_build_springs(), cloth_calc_helper_forces(), cloth_collision_response_static(), cloth_continuum_add_hair_segments(), cloth_selfcollision_response_static(), cloth_update_springs(), GIM_AABB::collide_triangle_exact(), collide_triangle_exact(), collision_interpolateOnTriangle(), Color_add(), Color_div(), Color_iadd(), Color_idiv(), Color_imul(), Color_isub(), Color_mul(), Color_sub(), compare_len_v3v3(), compare_size_v3v3(), compare_v2v2(), compare_v2v2_relative(), compare_v3v3(), compare_v3v3_relative(), compare_v4v4(), compare_v4v4_relative(), BVHUnaligned::compute_aligned_space(), blender::bke::mesh_surface_sample::compute_bary_coord_in_triangle(), compute_face_normal(), compute_mdisp_quad(), Mesh::Triangle::compute_normal(), compute_parallel_lines_nor_and_dist(), computed_masked_edges_smooth(), contig_ldata_across_edge(), convert_mfaces_to_mpolys(), copyFinalLoopArray_task_cb(), KDL::cos(), KDL::cosh(), Freestyle::cotan(), cotangent_tri_weight_v3(), Freestyle::BlenderFileLoader::countClippedFaces(), blender::nodes::node_geo_curve_primitive_circle_cc::create_point_circle_curve(), createFacepa(), Freestyle::Strip::createStrip(), cross_tri_v2(), cross_tri_v3(), cu_isectLL(), curvemapping_evaluateRGBF_filmlike(), customdata_compare(), cutEdges(), blender::string_search::damerau_levenshtein_distance(), dc_tri(), depth_cmp(), depth_id_cmp(), blender::nodes::node_geo_dual_mesh_cc::dissolve_redundant_verts(), dist_ensure_v2_v2fl(), dist_ensure_v3_v3fl(), dist_signed_squared_to_corner_v3v3v3(), dist_squared_ray_to_tri_v3_fast(), dist_to_crns(), dist_to_crns_abs(), dist_to_rect(), distribute_from_volume_exec(), distribute_grid(), do_versions_291_fcurve_handles_limit(), dot3(), btSoftBodyHelpers::Draw(), draw_circle_in_quad(), draw_dividers(), draw_fcurve_curve_bezts(), drawLine(), btIDebugDraw::drawTriangle(), DRW_cache_bone_envelope_outline_get(), DRW_debug_line_v3v3(), DRW_debug_m4(), DRW_displist_indexbuf_create_edges_adjacency_lines(), DRW_text_edit_mesh_measure_stats(), dynamic_paint_paint_mesh_cell_point_cb_ex(), ED_view3d_cursor_snap_draw_util(), ED_view3d_update_viewmat(), edbm_screw_exec(), edge_edge_angle_less_than_180(), edge_fully_inside_rect(), edge_inside_rect(), edge_length_squared_worldspace_get(), edge_pos_direction_worldspace_get(), edge_store_assign(), edgecut_get(), edges_angle_kind(), blender::geometry::edges_to_curve_point_indices(), EdgeSeparation(), edgetag_cut_cost_vert(), blender::draw::edituv_edge_add(), blender::draw::edituv_tri_add(), equals_v2v2(), equals_v2v2_int(), equals_v3v3(), equals_v3v3_int(), equals_v4v4(), equals_v4v4_int(), EvalTspace(), exists_edge(), EXPP_FloatsAreEqual(), blender::draw::extract_edge_fac_iter_poly_mesh(), blender::draw::extract_edit_data_loose_geom_subdiv(), blender::draw::extract_lines_adjacency_finish(), blender::draw::extract_lines_adjacency_iter_subdiv(), blender::draw::extract_points_loose_geom_subdiv(), blender::draw::extract_pos_nor_loose_geom_subdiv(), blender::draw::extract_vert_idx_loose_geom_subdiv(), fcurve_eval_keyframes_interpolate(), feather_bucket_check_intersect(), fill_crossdata_for_intersect(), find_symedge_between_verts(), flip_v2_v2v2(), flip_v3_v3v3(), flip_v4_v4v4(), form_factor_hemi_poly(), form_factor_visible_quad(), geodesic_distance_propagate_across_triangle(), blender::get_default_hash_2(), blender::get_default_hash_3(), blender::get_default_hash_4(), blender::io::alembic::get_edge_creases(), get_interp_factor_from_vgroup(), get_next_crossing_from_edge(), get_next_crossing_from_vert(), blender::RandomNumberGenerator::get_triangle_sample(), blender::RandomNumberGenerator::get_triangle_sample_3d(), Freestyle::WFace::getArea(), getBarycentric(), btSoftBodyHelpers::getBarycentricWeights(), blender::opensubdiv::MeshTopology::getEdgeVertexIndices(), getOpenGLSubMatrix(), getSkewSymmetricMatrix(), globallen(), gpencil_stroke_need_flip(), GPU_indexbuf_add_line_adj_verts(), GPU_indexbuf_add_line_verts(), GPU_indexbuf_add_tri_verts(), GPU_indexbuf_set_line_verts(), GPU_indexbuf_set_tri_verts(), gpu_pbvh_grid_fill_index_buffers(), Freestyle::gts_vertex_gaussian_curvature(), Freestyle::gts_vertex_mean_curvature_normal(), heat_calc_vnormals(), imapaint_tri_weights(), imm_draw_cylinder_fill_3d(), imm_draw_cylinder_fill_normal_3d(), imm_draw_cylinder_wire_3d(), init_laplacian_matrix(), initLaplacianMatrix(), InitTriInfo(), Freestyle::BlenderFileLoader::insertShapeNode(), int64_cmp(), int_cmp(), MyInternalTriangleIndexCallback::internalProcessTriangleIndex(), interp_cubic_v3(), interp_line_v3_v3v3v3(), interp_v2_v2v2v2v2_cubic(), interp_v3_v3v3v3(), interp_v3_v3v3v3_uv(), interp_v3_v3v3v3v3(), interp_v4_v4v4v4(), interp_v4_v4v4v4v4(), interp_weights_quad_v3(), interp_weights_tri_v3(), interpolate_particle_value(), intersect_dm_quad_weights(), Freestyle::GeomUtils::intersectRayTriangle(), is_edge_convex_v3(), is_quad_convex_v2(), is_quad_convex_v3(), is_quad_flip_v3(), is_quad_flip_v3_first_third_fast(), is_quad_flip_v3_first_third_fast_with_normal(), isect_axial_line_segment_tri_v3(), isect_line_line_epsilon_v3(), isect_line_line_strict_v3(), isect_line_line_v2_point(), isect_line_line_v3(), isect_line_segment_tri_epsilon_v3(), isect_line_segment_tri_v3(), isect_point_quad_v2(), isect_point_tri_prism_v3(), isect_point_tri_v2(), isect_point_tri_v2_cw(), isect_point_tri_v2_int(), isect_point_tri_v3(), isect_ray_tri_epsilon_v3(), isect_ray_tri_v3(), isect_ray_tri_watertight_v3(), isect_ray_tri_watertight_v3_simple(), blender::math::isect_seg_seg(), isect_seg_seg_v2(), isect_seg_seg_v2_int(), isect_seg_seg_v2_lambda_mu_db(), isect_seg_seg_v2_point(), isect_seg_seg_v2_point_ex(), isect_seg_seg_v2_simple(), isect_segments_fl(), isect_segments_i(), isect_sweeping_sphere_tri_v3(), IsectPT2Df_limit(), Freestyle::Smoother::iteration(), knife_find_line_hits(), knife_interp_v3_v3v3(), knife_ray_intersect_face(), knife_snap_angle_relative(), knife_verts_edge_in_face(), knifetool_draw_angle_snapping(), knifetool_draw_orientation_locking(), knifetool_undo(), laplacian_add_triangle(), laplacian_edge_count(), laplacian_increase_edge_count(), laplacian_triangle_area(), laplacian_triangle_weights(), layer_bucket_init(), layer_bucket_isect_test(), len_v2v2(), len_v2v2_db(), len_v2v2_int(), lerp(), limit_dist_v3(), lineart_add_isec_thread(), lineart_build_edge_neighbor(), lineart_create_edges_from_isec_data(), lineart_edge_match(), lineart_load_tri_task(), lineart_main_discard_out_of_frame_edges(), lineart_point_inside_triangle(), lineart_point_inside_triangle3d(), lineart_point_triangle_relation(), lineart_shadow_cast_generate_edges(), lineart_shadow_cast_onto_triangle(), lineart_shadow_finalize_shadow_edges_task(), lineart_triangle_2v_intersection_math(), lineart_triangle_intersect_math(), Freestyle::LineRep::LineRep(), blender::draw::lines_adjacency_triangle(), Freestyle::WFace::MakeEdge(), Freestyle::WShape::MakeFace(), mask_calc_point_handle(), maskrasterize_layer_z_depth_quad(), mdisp_axis_from_quad(), mdisp_in_mdispquad(), mesh_calc_center_centroid_ex(), mesh_calc_edges_mdata(), mesh_calc_poly_area_centroid(), mesh_check_island_boundary_uv(), mesh_edges_spherecast(), mesh_is_manifold_consistent(), blender::geometry::mesh_merge_by_distance_connected(), mid_v2_v2v2v2(), mid_v3_v3v3v3(), mid_v3_v3v3v3v3(), mirrtopo_vert_sort(), blender::noise::mix(), blender::attribute_math::mix3(), blender::color::mix_color(), blender::color::mix_hue(), blender::color::mix_luminosity(), blender::color::mix_saturation(), MOD_solidify_extrude_modifyMesh(), MOD_solidify_nonmanifold_modifyMesh(), modifyMesh(), mul_v3_v3v3(), blender::nodes::node_geo_extrude_mesh_cc::new_edge(), blender::nodes::node_geo_extrude_mesh_cc::new_loose_edge(), Mesh::SubdFace::normal(), normal_quad_v3(), normal_tri_v3(), normalization_factor_get(), normalize_v2_m3_v3v3(), nr_distance_to_edge(), ob_parvert3(), offset_meet_lines_percent_or_absolute(), offset_on_edge_between(), Freestyle::epsilonEquals::operator()(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), blender::bke::calc_edges::OrderedEdge::OrderedEdge(), orthogonalize_stable(), OuterProduct(), Freestyle::GeomUtils::overlapTriangleBox(), p_abf_compute_grad_alpha(), p_abf_matrix_invert(), p_add_ngon(), p_area_signed(), p_chart_lscm_solve(), p_compare_geometric_uv(), p_edge_boundary_angle(), p_edge_has_pair(), p_face_add_fill(), p_face_angles(), p_face_area(), p_face_flip(), p_face_stretch(), p_face_uv_area_signed(), p_intersect_line_2d_dir(), p_triangle_angles(), p_vec2_angle(), p_vec_angle(), particle_intersect_mesh(), pbvh_bmesh_collapse_edge(), pbvh_bmesh_collapse_short_edges(), pbvh_bmesh_split_edge(), pbvh_bmesh_subdivide_long_edges(), pf_ear_tip_check(), pipe_test(), point_between_edges(), points_for_loose_edges_interpolation_get(), polyedge_rotate_beauty_calc(), KDL::pow(), blender::nodes::node_geo_scale_elements_cc::prepare_face_islands(), project_bucket_face_isect(), project_paint_occlude_ptv(), project_paint_occlude_ptv_clip(), psys_interpolate_face(), psys_thread_context_init_distribute(), psys_thread_create_path(), quad_4edge_subdivide(), blender::compositor::quad_bezier_2d(), quad_calc_error(), quad_co(), quad_mix(), blender::render::texturemargin::TextureMarginMap::rasterize_tri(), ray_triangle_intersect(), ray_triangle_intersect_self(), raycast_callback(), raycast_tri_backface_culling_test(), rayIntersectsTriangle(), btSoftBody::rayTest(), blender::io::alembic::read_edge_creases(), blender::io::stl::read_stl_binary(), remap_faces_15(), remap_faces_19_21_22(), remap_faces_23(), remap_faces_3_6_9_12(), remap_faces_5_10(), remap_faces_7_11_13_14(), resolve_tri_uv_v3(), rotation_between_vecs_to_mat3(), rotation_between_vecs_to_quat(), blender::bke::mesh_surface_sample::sample_corner_attribute(), blender::bke::mesh_surface_sample::sample_point_attribute(), blender::bke::mesh_surface_sample::sample_surface_points_spherical(), sb_detect_edge_collisionCached(), scanfill(), screen_geom_edge_add(), screen_geom_edge_add_ex(), screen_px_line_point_factor_v2_persp(), sculpt_boundary_preview_edge_add(), sculpt_check_unique_face_set_for_edge_in_base_mesh(), SCULPT_geodesic_mesh_create(), sculpt_geodesic_mesh_test_dist_add(), sculpt_update_brush_delta(), SCULPT_vertex_has_unique_face_set(), SCULPT_vertex_is_boundary(), search_face_cmp(), search_poly_cmp(), search_polyloop_cmp(), set_edge_adjacency_lines_indices(), set_edges_adjacency_lines_indices(), set_overlay_wires_quad_tri_indices(), set_overlay_wires_tri_indices(), blender::opensubdiv::MeshTopology::setEdgeVertexIndices(), btTetrahedronShapeEx::setVertices(), Freestyle::TriangleRep::setVertices(), Freestyle::SpatialNoiseShader::shade(), SIM_hair_volume_add_segment(), SIM_mass_spring_add_block(), SIM_mass_spring_force_edge_wind(), SIM_mass_spring_force_face_extern(), SIM_mass_spring_force_face_wind(), SIM_mass_spring_force_pressure(), SIM_tri_area(), SIM_tri_tetra_volume_signed_6x(), KDL::sin(), KDL::sinh(), skin_root_clear(), slide_check_corners(), slide_spline_solve_P1(), slide_spline_solve_P2(), span_tri_v2_sign(), blender::draw::statvis_calc_sharp(), step_cost_3_v2(), step_cost_3_v2_ex(), step_cost_3_v3(), step_cost_3_v3_ex(), EdgeDice::stitch_triangles(), subdiv_foreach_boundary_edges(), subdiv_foreach_edges_all_patches_regular(), subdiv_foreach_edges_all_patches_special(), subdiv_foreach_edges_column(), subdiv_foreach_edges_row(), subdiv_foreach_loops_of_poly(), subdiv_foreach_loops_regular(), subdiv_foreach_loops_special(), KDL::tan(), KDL::tanh(), TEST(), blender::fn::tests::TEST(), test_polyfill_topology(), btReducedVector::testAdd(), Freestyle::BlenderFileLoader::testDegenerateTriangle(), btReducedVector::testDot(), testedgeside(), btReducedVector::testMinus(), btReducedVector::testMultiply(), to_edgesort(), transform_convert_mesh_connectivity_distance(), treesort_alpha(), treesort_alpha_ob(), treesort_child_not_in_collection(), tri_mix(), tri_signed_area(), tri_to_quat_ex(), tri_v3_scale(), triangle_area(), GIM_TRIANGLE_CALCULATION_CACHE::triangle_collision(), triangle_normal(), triangle_point_normal(), Freestyle::TriangleRep::TriangleRep(), triatomat(), TriNormal(), triple(), ui_draw_but_COLORBAND(), ui_shadowbox(), v3d_cursor_plane_draw_grid(), vadd(), vdot(), vec_add_dir(), Vector_add(), Vector_div(), Vector_iadd(), Vector_idiv(), Vector_imatmul(), Vector_imul(), Vector_isub(), Vector_matmul(), Vector_mul(), Vector_sub(), VecZDepthOrtho(), VecZDepthPersp(), veq(), verg_bheadsort(), vergedgesort(), vertex_sort(), Freestyle::ViewEdgeComp(), volume_tetrahedron_signed_v3(), volume_tetrahedron_v3(), volume_tri_tetrahedron_signed_v3(), volume_tri_tetrahedron_signed_v3_6x(), voronoi_addTriangle(), voronoi_clampEdgeVertex(), vsub(), blender::geometry::weld_edge_ctx_alloc(), window_translate_m4(), Camera::world_to_raster_size(), xml_read_mesh(), blender::compositor::zbuf_accumulate_vecblur(), blender::compositor::zbuf_add_to_span(), zbuf_add_to_span(), blender::compositor::zbuf_fill_in_rgba(), and zspan_scanconvert().