Xonotic
|
Go to the source code of this file.
Functions | |
float | pathlib_expandnode_box (entity node, vector start, vector goal) |
float | pathlib_expandnode_star (entity node, vector start, vector goal) |
Definition at line 224 of file expandnode.qc.
References pathlib_gridsize, pathlib_makenode(), pathlib_movecost, pathlib_open_cnt, v, and vector().
Referenced by pathlib_astar(), and pathlib_makenode_adaptive().
Definition at line 96 of file expandnode.qc.
References LOG_TRACE, pathlib_gridsize, pathlib_makenode(), pathlib_movecost, pathlib_movecost_diag, pathlib_node_edgeflag_back, pathlib_node_edgeflag_backleft, pathlib_node_edgeflag_backright, pathlib_node_edgeflag_forward, pathlib_node_edgeflag_forwardleft, pathlib_node_edgeflag_forwardright, pathlib_node_edgeflag_left, pathlib_node_edgeflag_none, pathlib_node_edgeflag_right, pathlib_node_edgeflag_unknown, pathlib_open_cnt, PLIB_FORWARD, PLIB_RIGHT, tile_check_plus2(), vector(), and vtos().
Referenced by pathlib_astar(), and pathlib_makenode_adaptive().