|
Blender
V2.93
|
Public Attributes | |
| struct PolyIndex * | indices |
| const float(* | coords )[2] |
| uint | coords_tot |
| uint | coords_tot_concave |
| uint(* | tris )[3] |
| uint | tris_tot |
| struct KDTree2D | kdtree |
| unsigned int | edges |
| unsigned int | verts |
| float | min_xy [2] |
| float | max_xy [2] |
| unsigned short | nr |
| bool | f |
Definition at line 132 of file polyfill_2d.c.
| const float(* PolyFill::coords)[2] |
Definition at line 135 of file polyfill_2d.c.
| uint PolyFill::coords_tot |
Definition at line 136 of file polyfill_2d.c.
| uint PolyFill::coords_tot_concave |
Definition at line 138 of file polyfill_2d.c.
| unsigned int PolyFill::edges |
Definition at line 53 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().
| bool PolyFill::f |
Definition at line 56 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().
| struct PolyIndex* PolyFill::indices |
Definition at line 133 of file polyfill_2d.c.
| struct KDTree2D PolyFill::kdtree |
Definition at line 143 of file polyfill_2d.c.
| float PolyFill::max_xy[2] |
Definition at line 54 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and boundisect().
| float PolyFill::min_xy[2] |
Definition at line 54 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), boundisect(), and vergpoly().
| unsigned short PolyFill::nr |
Definition at line 55 of file scanfill.c.
Referenced by mergepolysSimp().
| uint(* PolyFill::tris)[3] |
Definition at line 142 of file polyfill_2d.c.
| uint PolyFill::tris_tot |
Definition at line 143 of file polyfill_2d.c.
| unsigned int PolyFill::verts |
Definition at line 53 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().