Public Attributes
vgl_polygon_scan_iterator< T >::crossedge Struct Reference

Describes an edge crossing the current scan line. More...

#include <vgl_polygon_scan_iterator.h>

List of all members.

Public Attributes

x
 x coord of edge's intersection with current scanline
dx
 change in x with respect to y
vertind v
 edge goes from vertex v.vertnum to v.vertnum + 1

Detailed Description

template<class T>
struct vgl_polygon_scan_iterator< T >::crossedge

Describes an edge crossing the current scan line.

Definition at line 126 of file vgl_polygon_scan_iterator.h.


Member Data Documentation

template<class T>
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.

edge goes from vertex v.vertnum to v.vertnum + 1

Definition at line 129 of file vgl_polygon_scan_iterator.h.

template<class T>
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.


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