Rename tilecoordinates to pixelconv and move content to dk.
This commit is contained in:
parent
e2273e0d14
commit
5cea116b8f
4 changed files with 13 additions and 11 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue