Blender  V2.93
bmesh_polygon.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  */
16 
17 #pragma once
18 
23 struct Heap;
24 
25 #include "BLI_compiler_attrs.h"
26 
27 void BM_mesh_calc_tessellation(BMesh *bm, BMLoop *(*looptris)[3], int *r_looptris_tot);
28 void BM_mesh_calc_tessellation_beauty(BMesh *bm, BMLoop *(*looptris)[3], int *r_looptris_tot);
29 
30 void BM_face_calc_tessellation(const BMFace *f,
31  const bool use_fixed_quad,
32  BMLoop **r_loops,
33  uint (*r_index)[3]);
34 void BM_face_calc_point_in_face(const BMFace *f, float r_co[3]);
35 float BM_face_calc_normal(const BMFace *f, float r_no[3]) ATTR_NONNULL();
36 float BM_face_calc_normal_vcos(const BMesh *bm,
37  const BMFace *f,
38  float r_no[3],
39  float const (*vertexCos)[3]) ATTR_NONNULL();
40 
42  BMVert **varr, int varr_len, float r_normal[3], float r_center[3], int *r_index_tangent);
43 void BM_verts_calc_normal_from_cloud(BMVert **varr, int varr_len, float r_normal[3]);
44 
45 float BM_face_calc_normal_subset(const BMLoop *l_first, const BMLoop *l_last, float r_no[3])
46  ATTR_NONNULL();
48 float BM_face_calc_area_with_mat3(const BMFace *f, const float mat3[3][3]) ATTR_WARN_UNUSED_RESULT
49  ATTR_NONNULL();
50 float BM_face_calc_area_uv(const BMFace *f, int cd_loop_uv_offset) ATTR_WARN_UNUSED_RESULT
51  ATTR_NONNULL();
54  const float mat3[3][3]) ATTR_WARN_UNUSED_RESULT
55  ATTR_NONNULL();
56 void BM_face_calc_tangent_edge(const BMFace *f, float r_tangent[3]) ATTR_NONNULL();
57 void BM_face_calc_tangent_edge_pair(const BMFace *f, float r_tangent[3]) ATTR_NONNULL();
58 void BM_face_calc_tangent_edge_diagonal(const BMFace *f, float r_tangent[3]) ATTR_NONNULL();
59 void BM_face_calc_tangent_vert_diagonal(const BMFace *f, float r_tangent[3]) ATTR_NONNULL();
60 void BM_face_calc_tangent_auto(const BMFace *f, float r_tangent[3]) ATTR_NONNULL();
61 void BM_face_calc_center_bounds(const BMFace *f, float r_cent[3]) ATTR_NONNULL();
63  const BMFace *f,
64  float r_center[3],
65  float const (*vertexCos)[3]) ATTR_NONNULL();
66 void BM_face_calc_center_median(const BMFace *f, float r_center[3]) ATTR_NONNULL();
68  const BMFace *f,
69  float r_center[3],
70  float const (*vertexCos)[3]) ATTR_NONNULL();
71 void BM_face_calc_center_median_weighted(const BMFace *f, float r_cent[3]) ATTR_NONNULL();
72 
73 void BM_face_calc_bounds_expand(const BMFace *f, float min[3], float max[3]);
74 
76 
78 
79 bool BM_vert_calc_normal_ex(const BMVert *v, const char hflag, float r_no[3]);
80 bool BM_vert_calc_normal(const BMVert *v, float r_no[3]);
83 
85  BMFace *f,
86  const int cd_loop_mdisp_offset,
87  const bool use_loop_mdisp_flip) ATTR_NONNULL();
89 bool BM_face_point_inside_test(const BMFace *f, const float co[3]) ATTR_WARN_UNUSED_RESULT
90  ATTR_NONNULL();
91 
93  BMFace *f,
94  BMFace **r_faces_new,
95  int *r_faces_new_tot,
96  BMEdge **r_edges_new,
97  int *r_edges_new_tot,
98  struct LinkNode **r_faces_double,
99  const int quad_method,
100  const int ngon_method,
101  const bool use_tag,
102  struct MemArena *pf_arena,
103  struct Heap *pf_heap) ATTR_NONNULL(1, 2);
104 
105 void BM_face_splits_check_legal(BMesh *bm, BMFace *f, BMLoop *(*loops)[2], int len) ATTR_NONNULL();
106 void BM_face_splits_check_optimal(BMFace *f, BMLoop *(*loops)[2], int len) ATTR_NONNULL();
107 
108 void BM_face_as_array_vert_tri(BMFace *f, BMVert *r_verts[3]) ATTR_NONNULL();
109 void BM_face_as_array_vert_quad(BMFace *f, BMVert *r_verts[4]) ATTR_NONNULL();
110 
111 void BM_face_as_array_loop_tri(BMFace *f, BMLoop *r_loops[3]) ATTR_NONNULL();
112 void BM_face_as_array_loop_quad(BMFace *f, BMLoop *r_loops[4]) ATTR_NONNULL();
113 
114 void BM_vert_tri_calc_tangent_edge(BMVert *verts[3], float r_tangent[3]);
115 void BM_vert_tri_calc_tangent_edge_pair(BMVert *verts[3], float r_tangent[3]);
#define ATTR_NONNULL(...)
void BLI_kdtree_nd_() int BLI_kdtree_nd_() int BLI_kdtree_nd_() int BLI_kdtree_nd_() ATTR_WARN_UNUSED_RESULT
unsigned int uint
Definition: BLI_sys_types.h:83
ATTR_WARN_UNUSED_RESULT BMesh * bm
void BM_face_calc_tangent_auto(const BMFace *f, float r_tangent[3]) ATTR_NONNULL()
void BM_face_calc_center_bounds(const BMFace *f, float r_cent[3]) ATTR_NONNULL()
float BM_face_calc_normal(const BMFace *f, float r_no[3]) ATTR_NONNULL()
BMESH UPDATE FACE NORMAL.
void BM_face_calc_tangent_vert_diagonal(const BMFace *f, float r_tangent[3]) ATTR_NONNULL()
void BM_face_calc_center_median_weighted(const BMFace *f, float r_cent[3]) ATTR_NONNULL()
void BM_face_normal_flip(BMesh *bm, BMFace *f) ATTR_NONNULL()
void BM_face_normal_update(BMFace *f) ATTR_NONNULL()
void BM_mesh_calc_tessellation_beauty(BMesh *bm, BMLoop *(*looptris)[3], int *r_looptris_tot)
void BM_face_calc_center_bounds_vcos(const BMesh *bm, const BMFace *f, float r_center[3], float const (*vertexCos)[3]) ATTR_NONNULL()
void void BM_face_splits_check_legal(BMesh *bm, BMFace *f, BMLoop *(*loops)[2], int len) ATTR_NONNULL()
float BM_face_calc_area_uv(const BMFace *f, int cd_loop_uv_offset) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
void BM_vert_normal_update(BMVert *v) ATTR_NONNULL()
float BM_face_calc_perimeter_with_mat3(const BMFace *f, const float mat3[3][3]) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
void BM_face_calc_point_in_face(const BMFace *f, float r_co[3])
void BM_verts_calc_normal_from_cloud(BMVert **varr, int varr_len, float r_normal[3])
bool BM_vert_calc_normal(const BMVert *v, float r_no[3])
void BM_vert_tri_calc_tangent_edge(BMVert *verts[3], float r_tangent[3])
float BM_face_calc_normal_subset(const BMLoop *l_first, const BMLoop *l_last, float r_no[3]) ATTR_NONNULL()
void BM_face_as_array_loop_quad(BMFace *f, BMLoop *r_loops[4]) ATTR_NONNULL()
void BM_face_calc_center_median(const BMFace *f, float r_center[3]) ATTR_NONNULL()
bool BM_vert_calc_normal_ex(const BMVert *v, const char hflag, float r_no[3])
void BM_face_calc_tangent_edge_diagonal(const BMFace *f, float r_tangent[3]) ATTR_NONNULL()
float BM_face_calc_area_with_mat3(const BMFace *f, const float mat3[3][3]) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
void BM_face_triangulate(BMesh *bm, BMFace *f, BMFace **r_faces_new, int *r_faces_new_tot, BMEdge **r_edges_new, int *r_edges_new_tot, struct LinkNode **r_faces_double, const int quad_method, const int ngon_method, const bool use_tag, struct MemArena *pf_arena, struct Heap *pf_heap) ATTR_NONNULL(1
void BM_mesh_calc_tessellation(BMesh *bm, BMLoop *(*looptris)[3], int *r_looptris_tot)
BM_mesh_calc_tessellation get the looptris and its number from a certain bmesh.
void BM_verts_calc_normal_from_cloud_ex(BMVert **varr, int varr_len, float r_normal[3], float r_center[3], int *r_index_tangent)
void BM_vert_normal_update_all(BMVert *v) ATTR_NONNULL()
float BM_face_calc_normal_vcos(const BMesh *bm, const BMFace *f, float r_no[3], float const (*vertexCos)[3]) ATTR_NONNULL()
bool BM_face_point_inside_test(const BMFace *f, const float co[3]) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
void BM_face_as_array_vert_quad(BMFace *f, BMVert *r_verts[4]) ATTR_NONNULL()
void BM_edge_normals_update(BMEdge *e) ATTR_NONNULL()
void BM_face_calc_bounds_expand(const BMFace *f, float min[3], float max[3])
float BM_face_calc_area(const BMFace *f) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
void BM_face_as_array_vert_tri(BMFace *f, BMVert *r_verts[3]) ATTR_NONNULL()
void BM_face_as_array_loop_tri(BMFace *f, BMLoop *r_loops[3]) ATTR_NONNULL()
void BM_face_calc_center_median_vcos(const BMesh *bm, const BMFace *f, float r_center[3], float const (*vertexCos)[3]) ATTR_NONNULL()
void BM_vert_tri_calc_tangent_edge_pair(BMVert *verts[3], float r_tangent[3])
void BM_face_calc_tessellation(const BMFace *f, const bool use_fixed_quad, BMLoop **r_loops, uint(*r_index)[3])
void BM_face_calc_tangent_edge(const BMFace *f, float r_tangent[3]) ATTR_NONNULL()
void BM_face_normal_flip_ex(BMesh *bm, BMFace *f, const int cd_loop_mdisp_offset, const bool use_loop_mdisp_flip) ATTR_NONNULL()
Face Flip Normal.
void BM_face_calc_tangent_edge_pair(const BMFace *f, float r_tangent[3]) ATTR_NONNULL()
void BM_face_splits_check_optimal(BMFace *f, BMLoop *(*loops)[2], int len) ATTR_NONNULL()
float BM_face_calc_perimeter(const BMFace *f) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
ATTR_WARN_UNUSED_RESULT const BMVert const BMEdge * e
ATTR_WARN_UNUSED_RESULT const BMVert * v
static float verts[][3]
#define min(a, b)
Definition: sort.c:51
Definition: BLI_heap.c:57
float max
uint len