|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Intersection pair found between edge i of A and edge j of B. More...
Public Attributes | |
| Point | pt |
| size_t | edge_a |
| size_t | edge_b |
| Geom_Number | alpha_a |
| Geom_Number | alpha_b |
Intersection pair found between edge i of A and edge j of B.
Definition at line 11504 of file geom_algorithms.H.
| Geom_Number Aleph::BooleanPolygonOperations::IsectPair::alpha_a |
Definition at line 11508 of file geom_algorithms.H.
| Geom_Number Aleph::BooleanPolygonOperations::IsectPair::alpha_b |
Definition at line 11508 of file geom_algorithms.H.
| size_t Aleph::BooleanPolygonOperations::IsectPair::edge_a |
Definition at line 11507 of file geom_algorithms.H.
| size_t Aleph::BooleanPolygonOperations::IsectPair::edge_b |
Definition at line 11507 of file geom_algorithms.H.
| Point Aleph::BooleanPolygonOperations::IsectPair::pt |
Definition at line 11506 of file geom_algorithms.H.