|
Blender V4.3
|
Public Attributes | ||
| LinkNode | edge_links | |
| uint | vert_len | |
| uint | edge_len | |
| uint | has_prev_edge: 1 | |
| struct { | ||
| BMVert * min | ||
| BMVert * max | ||
| float min_axis [2] | ||
| float max_axis [2] | ||
| } | vert_span | |
Represents isolated edge-links, each island owns contiguous slices of the vert array. (edges remain in edge_links).
Definition at line 730 of file bmesh_polygon_edgenet.cc.
| uint EdgeGroupIsland::edge_len |
Definition at line 732 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| LinkNode EdgeGroupIsland::edge_links |
Definition at line 731 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| uint EdgeGroupIsland::has_prev_edge |
Definition at line 738 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| BMVert * EdgeGroupIsland::max |
Definition at line 743 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| float EdgeGroupIsland::max_axis[2] |
Definition at line 746 of file bmesh_polygon_edgenet.cc.
Referenced by group_min_cmp_fn().
| BMVert* EdgeGroupIsland::min |
Definition at line 743 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| float EdgeGroupIsland::min_axis[2] |
Definition at line 745 of file bmesh_polygon_edgenet.cc.
Referenced by group_min_cmp_fn().
| uint EdgeGroupIsland::vert_len |
Definition at line 732 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| struct { ... } EdgeGroupIsland::vert_span |
Referenced by BM_face_split_edgenet_connect_islands(), and group_min_cmp_fn().