Blender V4.3
PolyIndex Struct Reference

Public Attributes

struct PolyIndexnext
 
struct PolyIndexprev
 
uint32_t index
 
eSign sign
 

Detailed Description

Circular double linked-list.

Definition at line 140 of file polyfill_2d.c.

Member Data Documentation

◆ index

uint32_t PolyIndex::index

◆ next

struct PolyIndex* PolyIndex::next

Definition at line 141 of file polyfill_2d.c.

Referenced by pf_ear_tip_check(), pf_ear_tip_cut(), pf_ear_tip_find(), and pf_triangulate().

◆ prev

struct PolyIndex * PolyIndex::prev

Definition at line 141 of file polyfill_2d.c.

Referenced by pf_ear_tip_check(), pf_ear_tip_cut(), pf_ear_tip_find(), and pf_triangulate().

◆ sign

eSign PolyIndex::sign

Definition at line 143 of file polyfill_2d.c.

Referenced by kdtree2d_init(), pf_ear_tip_check(), pf_ear_tip_find(), and pf_triangulate().


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