Public Attributes | |
| int | isflattop |
| int | numleftedges |
| int * | pleftedgevert0 |
| int * | pleftedgevert1 |
| int * | pleftedgevert2 |
| int | numrightedges |
| int * | prightedgevert0 |
| int * | prightedgevert1 |
| int * | prightedgevert2 |
Definition at line 47 of file r_polyse.c.
| int edgetable::isflattop |
Definition at line 48 of file r_polyse.c.
| int edgetable::numleftedges |
Definition at line 49 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().
| int edgetable::numrightedges |
Definition at line 53 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().
| int* edgetable::pleftedgevert0 |
Definition at line 50 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().
| int* edgetable::pleftedgevert1 |
Definition at line 51 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().
| int* edgetable::pleftedgevert2 |
Definition at line 52 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().
| int* edgetable::prightedgevert0 |
Definition at line 54 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().
| int* edgetable::prightedgevert1 |
Definition at line 55 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().
| int* edgetable::prightedgevert2 |
Definition at line 56 of file r_polyse.c.
Referenced by R_RasterizeAliasPolySmooth().