blob: e032ba558d39de5d81861b7ae18411cd6c4beb44 [file] [log] [blame]
/*
* RenderItemDistanceMetric.cpp
*
* Created on: Feb 18, 2009
* Author: struktured
*/
#include "RenderItemDistanceMetric.hpp"
// Assumes [0, 1] distance space because it's easy to manage with overflow
// Underflow is obviously possible though.
const double RenderItemDistanceMetric::NOT_COMPARABLE_VALUE
(1.0);