Metric3D

Description

Specifies method of calculating distance between two points in 3D.

Values of this enumeration:


namespace Metric3D
{
	enum Type
	{
		Taxi,
		Maximum,
		Euclidean,
		Z
	};
}