Public Attributes | List of all members
vgl_polygon_scan_iterator< T >::crossedge Struct Reference

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

#include <vgl_polygon_scan_iterator.h>

Public Attributes

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

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

◆ dx

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.

◆ v

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

◆ x

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: