|
Blender
V3.3
|
Public Attributes | |
| uint | v |
| uint | e_next |
| uint | e_radial |
| uint | base_index |
Definition at line 40 of file polyfill_2d_beautify.c.
| uint HalfEdge::base_index |
Definition at line 44 of file polyfill_2d_beautify.c.
Referenced by BLI_polyfill_beautify(), and polyedge_beauty_cost_update().
| uint HalfEdge::e_next |
Definition at line 42 of file polyfill_2d_beautify.c.
Referenced by BLI_polyfill_beautify(), polyedge_beauty_cost_update(), polyedge_rotate(), and polyedge_rotate_beauty_calc().
| uint HalfEdge::e_radial |
Definition at line 43 of file polyfill_2d_beautify.c.
Referenced by BLI_polyfill_beautify(), and polyedge_rotate_beauty_calc().
| uint HalfEdge::v |
Definition at line 41 of file polyfill_2d_beautify.c.
Referenced by BLI_polyfill_beautify(), polyedge_rotate(), and polyedge_rotate_beauty_calc().