|
Blender V4.3
|
Public Attributes | |
| struct PolyIndex * | indices |
| const float(* | coords )[2] |
| uint32_t | coords_num |
| uint32_t | coords_num_concave |
| uint32_t(* | tris )[3] |
| uint32_t | tris_num |
| struct KDTree2D | kdtree |
| uint | edges |
| uint | verts |
| float | min_xy [2] |
| float | max_xy [2] |
| ushort | nr |
| uchar | f |
Definition at line 121 of file polyfill_2d.c.
| const float(* PolyFill::coords)[2] |
Definition at line 124 of file polyfill_2d.c.
| uint32_t PolyFill::coords_num |
Definition at line 125 of file polyfill_2d.c.
| uint32_t PolyFill::coords_num_concave |
Definition at line 127 of file polyfill_2d.c.
| uint PolyFill::edges |
Definition at line 39 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().
| uchar PolyFill::f |
Definition at line 42 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().
| struct PolyIndex* PolyFill::indices |
Definition at line 122 of file polyfill_2d.c.
| struct KDTree2D PolyFill::kdtree |
Definition at line 135 of file polyfill_2d.c.
| float PolyFill::max_xy[2] |
Definition at line 40 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().
| float PolyFill::min_xy[2] |
Definition at line 40 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().
| ushort PolyFill::nr |
Definition at line 41 of file scanfill.c.
Referenced by mergepolysSimp().
| uint32_t(* PolyFill::tris)[3] |
Definition at line 131 of file polyfill_2d.c.
| uint32_t PolyFill::tris_num |
Definition at line 132 of file polyfill_2d.c.
| uint PolyFill::verts |
Definition at line 39 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().