Distance Configuration. More...
#include <playrho/d2/DistanceConf.hpp>
Public Types | |
| using | iteration_type = std::remove_const_t< decltype(DefaultMaxDistanceIters)> |
| Iteration type. | |
Public Attributes | |
| Simplex::Cache | cache |
| Cache. | |
| iteration_type | maxIterations = DefaultMaxDistanceIters |
| Max iterations. | |
Related Functions | |
(Note that these are not member functions.) | |
| DistanceConf | GetDistanceConf (const StepConf &conf) noexcept |
| Gets the distance configuration for the given step configuration. | |
| DistanceConf | GetDistanceConf (const ToiConf &conf) noexcept |
| Gets the distance configuration for the given time of impact configuration. | |
Distance Configuration.
Configuration information for calling GJK distance functions.