#include <playrho/d2/Simplex.hpp>
Public Attributes | |
IndexPair3 | indices = InvalidIndexPair3 |
Indices. More... | |
Real | metric = Invalid<Real> |
Metric. More... | |
Simplex cache.
Used to warm start Distance. Caches particular information from a simplex: a related metric and up-to 3 index pairs.
IndexPair3 playrho::d2::Simplex::Cache::indices = InvalidIndexPair3 |
Metric.
Metric based on a length or area value of edges.
Referenced by playrho::d2::DistanceProxy::Distance().