Blender V4.3
PolyInfo Struct Reference

Public Attributes

ScanFillEdgeedge_first
 
ScanFillEdgeedge_last
 
ScanFillVertvert_outer
 

Detailed Description

Definition at line 27 of file scanfill_utils.c.

Member Data Documentation

◆ edge_first

ScanFillEdge* PolyInfo::edge_first

Definition at line 28 of file scanfill_utils.c.

Referenced by BLI_scanfill_calc_self_isect(), and edge_step().

◆ edge_last

ScanFillEdge * PolyInfo::edge_last

Definition at line 28 of file scanfill_utils.c.

Referenced by BLI_scanfill_calc_self_isect(), and edge_step().

◆ vert_outer

ScanFillVert* PolyInfo::vert_outer

Definition at line 29 of file scanfill_utils.c.


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