1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 12:02:48 +01:00
Clementine-audio-player-Mac.../3rdparty/libprojectm/Renderer/RenderItemDistanceMetric.cpp
2010-06-06 21:43:45 +00:00

14 lines
326 B
C++

/*
* 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);