Blender  V3.3
Public Attributes | List of all members
HalfEdge Struct Reference

Public Attributes

uint v
 
uint e_next
 
uint e_radial
 
uint base_index
 

Detailed Description

Definition at line 40 of file polyfill_2d_beautify.c.

Member Data Documentation

◆ base_index

uint HalfEdge::base_index

Definition at line 44 of file polyfill_2d_beautify.c.

Referenced by BLI_polyfill_beautify(), and polyedge_beauty_cost_update().

◆ e_next

uint HalfEdge::e_next

◆ e_radial

uint HalfEdge::e_radial

Definition at line 43 of file polyfill_2d_beautify.c.

Referenced by BLI_polyfill_beautify(), and polyedge_rotate_beauty_calc().

◆ v

uint HalfEdge::v

The documentation for this struct was generated from the following file: