#include <Simplex.hpp>
Public Attributes | |
Real | metric = GetInvalid<Real>() |
Metric. More... | |
IndexPair3 | indices = InvalidIndexPair3 |
Indices. 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 |
Real playrho::d2::Simplex::Cache::metric = GetInvalid<Real>() |