|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <geom_algorithms.H>
Public Attributes | |
| Point | first |
| Point | second |
| Geom_Number | distance_squared |
Definition at line 846 of file geom_algorithms.H.
| Geom_Number Aleph::ClosestPairDivideAndConquer::Result::distance_squared |
Definition at line 850 of file geom_algorithms.H.
Referenced by Aleph::ClosestPairDivideAndConquer::brute_force(), and Aleph::ClosestPairDivideAndConquer::recurse().
| Point Aleph::ClosestPairDivideAndConquer::Result::first |
Definition at line 848 of file geom_algorithms.H.
Referenced by Aleph::ClosestPairDivideAndConquer::closest_segment(), and Aleph::put_closest_pair_result().
| Point Aleph::ClosestPairDivideAndConquer::Result::second |
Definition at line 849 of file geom_algorithms.H.
Referenced by Aleph::put_closest_pair_result().