MRSL JPS3D Library
1.1
An implementaion of Jump Point Search on 3D voxel map
|
Search and prune neighbors for JPS 3D. More...
#include <graph_search.h>
Public Attributes | |
int | ns [27][3][26] |
int | f1 [27][3][12] |
int | f2 [27][3][12] |
Static Public Attributes | |
static constexpr int | nsz [4][2] = {{26, 0}, {1, 8}, {3, 12}, {7, 12}} |
Search and prune neighbors for JPS 3D.