Rename tilecoordinates to pixelconv and move content to dk.

This commit is contained in:
Michele Santullo 2015-08-17 15:39:28 +02:00
commit 5cea116b8f
4 changed files with 13 additions and 11 deletions

View file

@ -1,4 +1,4 @@
namespace dkh {
namespace dk {
template <typename T, typename T1>
inline
dk::Vector<2> get_diamond_coordinates (const dk::TileIterator<T, 2, T1>& parIterator, const dk::Vector<2>& parSize) {
@ -27,4 +27,4 @@ namespace dkh {
//inline
//dk::Vector<dk::CoordinateScalarType, 2> get_hex_coordinates (const dk::TileIterator<T, 2, T1>& parIterator, const dk::Vector<dk::CoordinateScalarType, 2>& parSize) {
//}
} //namespace dkh
} //namespace dk