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