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

Distance Configuration. More...

#include <playrho/d2/DistanceConf.hpp>

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

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.
 

Detailed Description

Distance Configuration.

Configuration information for calling GJK distance functions.


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