Blender V2.61 - r43446
|
Public Attributes | |
int | edges |
int | verts |
float | min [3] |
float | max [3] |
short | f |
short | nr |
Definition at line 77 of file scanfill.c.
int PolyFill::edges |
Definition at line 78 of file scanfill.c.
Referenced by BLI_edgefill(), boundisect(), and mergepolysSimp().
short PolyFill::f |
Definition at line 80 of file scanfill.c.
Referenced by BLI_edgefill(), mergepolysSimp(), and scanfill().
float PolyFill::max[3] |
Definition at line 79 of file scanfill.c.
Referenced by BLI_edgefill(), and boundisect().
float PolyFill::min[3] |
Definition at line 79 of file scanfill.c.
Referenced by BLI_edgefill(), boundisect(), and vergpoly().
short PolyFill::nr |
Definition at line 80 of file scanfill.c.
Referenced by BLI_edgefill(), mergepolysSimp(), and scanfill().
int PolyFill::verts |
Definition at line 78 of file scanfill.c.
Referenced by BLI_edgefill(), mergepolysSimp(), and scanfill().