Blender  V2.93
Public Attributes | List of all members
PolyFill Struct Reference

Public Attributes

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

Detailed Description

Definition at line 132 of file polyfill_2d.c.

Member Data Documentation

◆ coords

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

Definition at line 135 of file polyfill_2d.c.

◆ coords_tot

uint PolyFill::coords_tot

Definition at line 136 of file polyfill_2d.c.

◆ coords_tot_concave

uint PolyFill::coords_tot_concave

Definition at line 138 of file polyfill_2d.c.

◆ edges

unsigned int PolyFill::edges

Definition at line 53 of file scanfill.c.

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

◆ f

bool PolyFill::f

Definition at line 56 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().

◆ indices

struct PolyIndex* PolyFill::indices

Definition at line 133 of file polyfill_2d.c.

◆ kdtree

struct KDTree2D PolyFill::kdtree

Definition at line 143 of file polyfill_2d.c.

◆ max_xy

float PolyFill::max_xy[2]

Definition at line 54 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and boundisect().

◆ min_xy

float PolyFill::min_xy[2]

Definition at line 54 of file scanfill.c.

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

◆ nr

unsigned short PolyFill::nr

Definition at line 55 of file scanfill.c.

Referenced by mergepolysSimp().

◆ tris

uint(* PolyFill::tris)[3]

Definition at line 142 of file polyfill_2d.c.

◆ tris_tot

uint PolyFill::tris_tot

Definition at line 143 of file polyfill_2d.c.

◆ verts

unsigned int PolyFill::verts

Definition at line 53 of file scanfill.c.

Referenced by BLI_scanfill_calc_ex(), and mergepolysSimp().


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