PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::d2::DistanceOutput Struct Reference

Distance Output. More...

#include <Distance.hpp>

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

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.
 

Detailed Description

Distance Output.


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