#include "point_set/point.h"
Go to the source code of this file.
Namespaces | |
namespace | libpmk |
Classes | |
class | DistanceComputer |
An abstract interface for computing distance between two Points. More... | |
class | L1DistanceComputer |
Computes L1 distance between two Points. More... | |
class | L2DistanceComputer |
Computes the square of the L2 distance between two Points. More... |