|
Blender V4.5
|
Classes | |
| struct | [struct].vert_span |
Public Attributes | |
| LinkNode | edge_links |
| uint | vert_len |
| uint | edge_len |
| uint | has_prev_edge: 1 |
| struct | vert_span |
Represents isolated edge-links, each island owns contiguous slices of the vert array. (edges remain in edge_links).
Definition at line 729 of file bmesh_polygon_edgenet.cc.
| uint EdgeGroupIsland::edge_len |
Definition at line 731 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| LinkNode EdgeGroupIsland::edge_links |
Definition at line 730 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| uint EdgeGroupIsland::has_prev_edge |
Definition at line 737 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| uint EdgeGroupIsland::vert_len |
Definition at line 731 of file bmesh_polygon_edgenet.cc.
Referenced by BM_face_split_edgenet_connect_islands().
| struct EdgeGroupIsland::[struct].vert_span EdgeGroupIsland::vert_span |
Referenced by BM_face_split_edgenet_connect_islands(), and group_min_cmp_fn().