|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Augmented vertex in the cleaned polygon. More...
Public Attributes | |
| Point | pt |
| bool | is_intersection = false |
| size_t | partner = SIZE_MAX |
| bool | visited = false |
| Geom_Number | alpha = 0 |
Augmented vertex in the cleaned polygon.
Definition at line 9306 of file geom_algorithms.H.
| Geom_Number Aleph::PolygonOffset::AugVertex::alpha = 0 |
Definition at line 9312 of file geom_algorithms.H.
Definition at line 9309 of file geom_algorithms.H.
| size_t Aleph::PolygonOffset::AugVertex::partner = SIZE_MAX |
Definition at line 9310 of file geom_algorithms.H.
| Point Aleph::PolygonOffset::AugVertex::pt |
Definition at line 9308 of file geom_algorithms.H.
Referenced by Aleph::PolygonOffset::build_augmented().
Definition at line 9311 of file geom_algorithms.H.