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

Intersection found between edge i and edge j of the raw polygon. More...

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

Public Attributes

Point pt
 
size_t edge_i
 
size_t edge_j
 
Geom_Number alpha_i
 
Geom_Number alpha_j
 

Detailed Description

Intersection found between edge i and edge j of the raw polygon.

Definition at line 9298 of file geom_algorithms.H.

Member Data Documentation

◆ alpha_i

Geom_Number Aleph::PolygonOffset::Intersection::alpha_i

Definition at line 9302 of file geom_algorithms.H.

◆ alpha_j

Geom_Number Aleph::PolygonOffset::Intersection::alpha_j

Definition at line 9302 of file geom_algorithms.H.

◆ edge_i

size_t Aleph::PolygonOffset::Intersection::edge_i

Definition at line 9301 of file geom_algorithms.H.

◆ edge_j

size_t Aleph::PolygonOffset::Intersection::edge_j

Definition at line 9301 of file geom_algorithms.H.

◆ pt

Point Aleph::PolygonOffset::Intersection::pt

Definition at line 9300 of file geom_algorithms.H.


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