Blender  V3.3
Public Attributes | List of all members
PolyFill Struct Reference

Public Attributes

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

Detailed Description

Definition at line 118 of file polyfill_2d.c.

Member Data Documentation

◆ coords

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

Definition at line 121 of file polyfill_2d.c.

◆ coords_num

uint PolyFill::coords_num

Definition at line 122 of file polyfill_2d.c.

◆ coords_num_concave

uint PolyFill::coords_num_concave

Definition at line 124 of file polyfill_2d.c.

◆ edges

unsigned int PolyFill::edges

Definition at line 36 of file scanfill.c.

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

◆ f

bool PolyFill::f

Definition at line 39 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().

◆ indices

struct PolyIndex* PolyFill::indices

Definition at line 119 of file polyfill_2d.c.

◆ kdtree

struct KDTree2D PolyFill::kdtree

Definition at line 129 of file polyfill_2d.c.

◆ max_xy

float PolyFill::max_xy[2]

Definition at line 37 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and boundisect().

◆ min_xy

float PolyFill::min_xy[2]

Definition at line 37 of file scanfill.c.

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

◆ nr

unsigned short PolyFill::nr

Definition at line 38 of file scanfill.c.

Referenced by mergepolysSimp().

◆ tris

uint(* PolyFill::tris)[3]

Definition at line 128 of file polyfill_2d.c.

◆ tris_num

uint PolyFill::tris_num

Definition at line 129 of file polyfill_2d.c.

◆ verts

unsigned int PolyFill::verts

Definition at line 36 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().


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