|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
A single intersection record. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | seg_i |
| Index of the first segment. | |
| size_t | seg_j |
| Index of second segment (seg_i < seg_j). | |
| Point | point |
| Intersection point. | |
A single intersection record.
Definition at line 5885 of file geom_algorithms.H.
| Point Aleph::SweepLineSegmentIntersection::Intersection::point |
Intersection point.
Definition at line 5889 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::operator()().
| size_t Aleph::SweepLineSegmentIntersection::Intersection::seg_i |
Index of the first segment.
Definition at line 5887 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::operator()().
| size_t Aleph::SweepLineSegmentIntersection::Intersection::seg_j |
Index of second segment (seg_i < seg_j).
Definition at line 5888 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::operator()().