Blender V4.3
PolyFill Struct Reference

Public Attributes

struct PolyIndexindices
 
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
 

Detailed Description

Definition at line 121 of file polyfill_2d.c.

Member Data Documentation

◆ coords

const float(* PolyFill::coords)[2]

Definition at line 124 of file polyfill_2d.c.

◆ coords_num

uint32_t PolyFill::coords_num

Definition at line 125 of file polyfill_2d.c.

◆ coords_num_concave

uint32_t PolyFill::coords_num_concave

Definition at line 127 of file polyfill_2d.c.

◆ edges

uint PolyFill::edges

Definition at line 39 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().

◆ f

uchar PolyFill::f

Definition at line 42 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().

◆ indices

struct PolyIndex* PolyFill::indices

Definition at line 122 of file polyfill_2d.c.

◆ kdtree

struct KDTree2D PolyFill::kdtree

Definition at line 135 of file polyfill_2d.c.

◆ max_xy

float PolyFill::max_xy[2]

Definition at line 40 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().

◆ min_xy

float PolyFill::min_xy[2]

Definition at line 40 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), boundisect(), and mergepolysSimp().

◆ nr

ushort PolyFill::nr

Definition at line 41 of file scanfill.c.

Referenced by mergepolysSimp().

◆ tris

uint32_t(* PolyFill::tris)[3]

Definition at line 131 of file polyfill_2d.c.

◆ tris_num

uint32_t PolyFill::tris_num

Definition at line 132 of file polyfill_2d.c.

◆ verts

uint PolyFill::verts

Definition at line 39 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().


The documentation for this struct was generated from the following files: