MRSL JPS3D Library
1.1
An implementaion of Jump Point Search on 3D voxel map
|
Search and prune neighbors for JPS 2D. More...
#include <graph_search.h>
Public Member Functions | |
void | print () |
Public Attributes | |
int | ns [9][2][8] |
int | f1 [9][2][2] |
int | f2 [9][2][2] |
Static Public Attributes | |
static constexpr int | nsz [3][2] = {{8, 0}, {1, 2}, {3, 2}} |
Private Member Functions | |
void | Neib (int dx, int dy, int norm1, int dev, int &tx, int &ty) |
void | FNeib (int dx, int dy, int norm1, int dev, int &fx, int &fy, int &nx, int &ny) |
Search and prune neighbors for JPS 2D.