Distance Output. More...
#include <Distance.hpp>
Public Types | |
enum | State : std::uint8_t { Unknown, MaxPoints, UnfitSearchDir, DuplicateIndexPair, HitMaxIters } |
State of the distance output. | |
using | iteration_type = std::remove_const< decltype(DefaultMaxDistanceIters)>::type |
Iteration type. | |
Public Attributes | |
Simplex | simplex |
Simplex. | |
iteration_type | iterations = 0 |
Count of iterations performed to return result. | |
State | state = Unknown |
Termination state. | |
Distance Output.