|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Intersection found between edge i and edge j of the raw polygon. More...
Public Attributes | |
| Point | pt |
| size_t | edge_i |
| size_t | edge_j |
| Geom_Number | alpha_i |
| Geom_Number | alpha_j |
Intersection found between edge i and edge j of the raw polygon.
Definition at line 9298 of file geom_algorithms.H.
| Geom_Number Aleph::PolygonOffset::Intersection::alpha_i |
Definition at line 9302 of file geom_algorithms.H.
| Geom_Number Aleph::PolygonOffset::Intersection::alpha_j |
Definition at line 9302 of file geom_algorithms.H.
| size_t Aleph::PolygonOffset::Intersection::edge_i |
Definition at line 9301 of file geom_algorithms.H.
| size_t Aleph::PolygonOffset::Intersection::edge_j |
Definition at line 9301 of file geom_algorithms.H.
| Point Aleph::PolygonOffset::Intersection::pt |
Definition at line 9300 of file geom_algorithms.H.