Blender V4.3
bmesh_beautify.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11enum {
16};
17
22 BMEdge **edge_array,
23 int edge_array_len,
24 short flag,
25 short method,
26 short oflag_edge,
27 short oflag_face);
28
36 const BMVert *v2,
37 const BMVert *v3,
38 const BMVert *v4,
39 short flag,
40 short method);
float BM_verts_calc_rotate_beauty(const BMVert *v1, const BMVert *v2, const BMVert *v3, const BMVert *v4, short flag, short method)
@ EDGE_RESTRICT_DEGENERATE
@ VERT_RESTRICT_TAG
void BM_mesh_beautify_fill(BMesh *bm, BMEdge **edge_array, int edge_array_len, short flag, short method, short oflag_edge, short oflag_face)
ATTR_WARN_UNUSED_RESULT BMesh * bm
ATTR_WARN_UNUSED_RESULT const BMVert * v2
uint8_t flag
Definition wm_window.cc:138