Go to the source code of this file.
|
struct LinkNode * | BM_mesh_calc_path_uv_vert (BMesh *bm, BMLoop *l_src, BMLoop *l_dst, const struct BMCalcPathUVParams *params, bool(*filter_fn)(BMLoop *, void *), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1 |
|
struct LinkNode struct LinkNode * | BM_mesh_calc_path_uv_edge (BMesh *bm, BMLoop *l_src, BMLoop *l_dst, const struct BMCalcPathUVParams *params, bool(*filter_fn)(BMLoop *, void *), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1 |
|
struct LinkNode struct LinkNode struct LinkNode * | BM_mesh_calc_path_uv_face (BMesh *bm, BMFace *f_src, BMFace *f_dst, const struct BMCalcPathUVParams *params, bool(*filter_fn)(BMFace *, void *), void *user_data) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL(1 |
|
◆ BM_mesh_calc_path_uv_edge()
◆ BM_mesh_calc_path_uv_face()
◆ BM_mesh_calc_path_uv_vert()