對起點與終點進行橫縱坐標的運算
start: 起點坐標(point)
end: 終點坐標(point)
Math.abs(start.getX() - end.getX()) + Math.abs(start.getY() - end.getY());