|
Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
Distance Output. More...
#include <Distance.hpp>
Public Types | |
| enum | State : std::uint8_t { Unknown, MaxPoints, UnfitSearchDir, DuplicateIndexPair, HitMaxIters } |
| using | iteration_type = std::remove_const< decltype(DefaultMaxDistanceIters)>::type |
Public Attributes | |
| Simplex | simplex |
| Simplex. More... | |
| iteration_type | iterations = 0 |
| Count of iterations performed to return result. More... | |
| State | state = Unknown |
| Termination state. More... | |
Distance Output.
| using box2d::DistanceOutput::iteration_type = std::remove_const<decltype(DefaultMaxDistanceIters)>::type |
| enum box2d::DistanceOutput::State : std::uint8_t |
| iteration_type box2d::DistanceOutput::iterations = 0 |
Count of iterations performed to return result.
1.8.14