|
Blender
V2.93
|
Public Attributes | |
| uint | v |
| uint | e_next |
| uint | e_radial |
| uint | base_index |
Definition at line 54 of file polyfill_2d_beautify.c.
| uint HalfEdge::base_index |
Definition at line 58 of file polyfill_2d_beautify.c.
Referenced by BLI_polyfill_beautify(), and polyedge_beauty_cost_update().
| uint HalfEdge::e_next |
Definition at line 56 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 57 of file polyfill_2d_beautify.c.
Referenced by BLI_polyfill_beautify(), and polyedge_rotate_beauty_calc().
| uint HalfEdge::v |
Definition at line 55 of file polyfill_2d_beautify.c.
Referenced by BLI_polyfill_beautify(), polyedge_rotate(), and polyedge_rotate_beauty_calc().