osgEarth 2.1.1
|
Functions | |
void | getGridCoords (int psRes, unsigned short index, int &x, int &y) |
void seamless::anonymous_namespace{PatchSet.cpp}::getGridCoords | ( | int | psRes, |
unsigned short | index, | ||
int & | x, | ||
int & | y | ||
) | [inline] |
Definition at line 167 of file PatchSet.cpp.
{ y = index / (psRes + 1); x = index % (psRes + 1); }