PlayRho  2.0.0
An interactive physics engine & library.
playrho::d2::DistanceOutput Struct Reference

Distance Output. More...

#include <playrho/d2/Distance.hpp>

Collaboration diagram for playrho::d2::DistanceOutput:
[legend]

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.
 

Detailed Description

Distance Output.


The documentation for this struct was generated from the following file: