Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_mesh.c770 const float *co_pivot = vcos ? vcos[BM_elem_index_get(v_pivot)] : v_pivot->co; in bm_mesh_loops_calc_normals() local
776 sub_v3_v3v3(vec_curr, co_1, co_pivot); in bm_mesh_loops_calc_normals()
778 sub_v3_v3v3(vec_prev, co_2, co_pivot); in bm_mesh_loops_calc_normals()
827 const float *co_pivot = vcos ? vcos[BM_elem_index_get(v_pivot)] : v_pivot->co; in bm_mesh_loops_calc_normals() local
844 sub_v3_v3v3(vec_org, co_2, co_pivot); in bm_mesh_loops_calc_normals()
874 sub_v3_v3v3(vec_next, co_2, co_pivot); in bm_mesh_loops_calc_normals()