Beispiel #1
0
		int environment::distance(point2 const& a, point2 const& b) const
		{
			return a.king_distance(b);
		}