Describes an edge crossing the current scan line. More...
#include <vgl_polygon_scan_iterator.h>
Public Attributes | |
| T | x |
| x coord of edge's intersection with current scanline More... | |
| T | dx |
| change in x with respect to y More... | |
| vertind | v |
| edge goes from vertex v.vertnum to v.vertnum + 1 More... | |
Describes an edge crossing the current scan line.
Definition at line 126 of file vgl_polygon_scan_iterator.h.
| T vgl_polygon_scan_iterator< T >::crossedge::dx |
change in x with respect to y
Definition at line 128 of file vgl_polygon_scan_iterator.h.
| vertind vgl_polygon_scan_iterator< T >::crossedge::v |
edge goes from vertex v.vertnum to v.vertnum + 1
Definition at line 129 of file vgl_polygon_scan_iterator.h.
| T vgl_polygon_scan_iterator< T >::crossedge::x |
x coord of edge's intersection with current scanline
Definition at line 127 of file vgl_polygon_scan_iterator.h.
1.8.15