Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::PolygonOffset::AugVertex Struct Reference

Augmented vertex in the cleaned polygon. More...

Collaboration diagram for Aleph::PolygonOffset::AugVertex:
[legend]

Public Attributes

Point pt
 
bool is_intersection = false
 
size_t partner = SIZE_MAX
 
bool visited = false
 
Geom_Number alpha = 0
 

Detailed Description

Augmented vertex in the cleaned polygon.

Definition at line 9306 of file geom_algorithms.H.

Member Data Documentation

◆ alpha

Geom_Number Aleph::PolygonOffset::AugVertex::alpha = 0

Definition at line 9312 of file geom_algorithms.H.

◆ is_intersection

bool Aleph::PolygonOffset::AugVertex::is_intersection = false

Definition at line 9309 of file geom_algorithms.H.

◆ partner

size_t Aleph::PolygonOffset::AugVertex::partner = SIZE_MAX

Definition at line 9310 of file geom_algorithms.H.

◆ pt

Point Aleph::PolygonOffset::AugVertex::pt

Definition at line 9308 of file geom_algorithms.H.

Referenced by Aleph::PolygonOffset::build_augmented().

◆ visited

bool Aleph::PolygonOffset::AugVertex::visited = false

Definition at line 9311 of file geom_algorithms.H.


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