|
Blender
V3.3
|
Public Attributes | |
| struct PolyIndex * | indices |
| const float(* | coords )[2] |
| uint | coords_num |
| uint | coords_num_concave |
| uint(* | tris )[3] |
| uint | tris_num |
| 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 118 of file polyfill_2d.c.
| const float(* PolyFill::coords)[2] |
Definition at line 121 of file polyfill_2d.c.
| uint PolyFill::coords_num |
Definition at line 122 of file polyfill_2d.c.
| uint PolyFill::coords_num_concave |
Definition at line 124 of file polyfill_2d.c.
| unsigned int PolyFill::edges |
Definition at line 36 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().
| bool PolyFill::f |
Definition at line 39 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().
| struct PolyIndex* PolyFill::indices |
Definition at line 119 of file polyfill_2d.c.
| struct KDTree2D PolyFill::kdtree |
Definition at line 129 of file polyfill_2d.c.
| float PolyFill::max_xy[2] |
Definition at line 37 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and boundisect().
| float PolyFill::min_xy[2] |
Definition at line 37 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), boundisect(), and vergpoly().
| unsigned short PolyFill::nr |
Definition at line 38 of file scanfill.c.
Referenced by mergepolysSimp().
| uint(* PolyFill::tris)[3] |
Definition at line 128 of file polyfill_2d.c.
| uint PolyFill::tris_num |
Definition at line 129 of file polyfill_2d.c.
| unsigned int PolyFill::verts |
Definition at line 36 of file scanfill.c.
Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().