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

Intersection pair found between edge i of A and edge j of B. More...

Collaboration diagram for Aleph::BooleanPolygonOperations::IsectPair:
[legend]

Public Attributes

Point pt
 
size_t edge_a
 
size_t edge_b
 
Geom_Number alpha_a
 
Geom_Number alpha_b
 

Detailed Description

Intersection pair found between edge i of A and edge j of B.

Definition at line 11504 of file geom_algorithms.H.

Member Data Documentation

◆ alpha_a

Geom_Number Aleph::BooleanPolygonOperations::IsectPair::alpha_a

Definition at line 11508 of file geom_algorithms.H.

◆ alpha_b

Geom_Number Aleph::BooleanPolygonOperations::IsectPair::alpha_b

Definition at line 11508 of file geom_algorithms.H.

◆ edge_a

size_t Aleph::BooleanPolygonOperations::IsectPair::edge_a

Definition at line 11507 of file geom_algorithms.H.

◆ edge_b

size_t Aleph::BooleanPolygonOperations::IsectPair::edge_b

Definition at line 11507 of file geom_algorithms.H.

◆ pt

Point Aleph::BooleanPolygonOperations::IsectPair::pt

Definition at line 11506 of file geom_algorithms.H.


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