载入中...
搜索中...
未找到
命名空间 | |
| namespace | eve |
| namespace | eve::grid |
函数 | |
| void | eve::grid::cellToWorld (const GridConfig &cfg, int cx, int cy, float &px, float &py) |
| float | eve::grid::cellToDepthY (const GridConfig &cfg, int cx, int cy) |
| void | eve::grid::worldToCell (const GridConfig &cfg, float px, float py, int &cx, int &cy, int mapW, int mapH) |
| void | eve::grid::foreachRotatedFootprint (int w, int h, const std::vector< uint8_t > &mask, int steps, bool hexMode, const std::function< void(int lx, int ly)> &fn) |
| void | eve::grid::rotatedFootprintSize (int w, int h, const std::vector< uint8_t > &mask, int steps, bool hexMode, int &outW, int &outH) |