|
Blender V4.3
|
Public Attributes | |
| struct PolyIndex * | next |
| struct PolyIndex * | prev |
| uint32_t | index |
| eSign | sign |
Circular double linked-list.
Definition at line 140 of file polyfill_2d.c.
| uint32_t PolyIndex::index |
Definition at line 142 of file polyfill_2d.c.
Referenced by kdtree2d_node_remove(), pf_ear_tip_check(), pf_ear_tip_cut(), and pf_triangulate().
| 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().
| 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().
| 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().