|
Blender
V2.93
|
Public Attributes | |
| struct PolyIndex * | next |
| struct PolyIndex * | prev |
| uint | index |
| eSign | sign |
Definition at line 151 of file polyfill_2d.c.
| uint PolyIndex::index |
Definition at line 153 of file polyfill_2d.c.
Referenced by kdtree2d_balance_recursive(), kdtree2d_node_remove(), pf_coord_remove(), pf_coord_sign_calc(), pf_ear_tip_check(), pf_ear_tip_cut(), and pf_triangulate().
| struct PolyIndex* PolyIndex::next |
Definition at line 152 of file polyfill_2d.c.
Referenced by pf_coord_remove(), pf_coord_sign_calc(), pf_ear_tip_check(), pf_ear_tip_cut(), pf_ear_tip_find(), and pf_triangulate().
| struct PolyIndex * PolyIndex::prev |
Definition at line 152 of file polyfill_2d.c.
Referenced by pf_coord_remove(), pf_coord_sign_calc(), pf_ear_tip_check(), pf_ear_tip_cut(), pf_ear_tip_find(), and pf_triangulate().
| eSign PolyIndex::sign |
Definition at line 154 of file polyfill_2d.c.
Referenced by pf_coord_sign_calc(), pf_ear_tip_check(), pf_ear_tip_find(), pf_triangulate(), and polyfill_prepare().