コード例 #1
0
ファイル: TileKey.cpp プロジェクト: Andy-Amoy/mr4c
		void initFrom(const TileKey& tileKey) {
			m_zoom = tileKey.getZoom();
			m_x = tileKey.getX();
			m_y = tileKey.getY();
		}