Blender
V3.3
|
#include <BLI_astar.h>
Public Attributes | |
int | nodes [2] |
float | cost |
void * | custom_data |
Definition at line 21 of file BLI_astar.h.
float BLI_AStarGNLink::cost |
Definition at line 23 of file BLI_astar.h.
Referenced by BLI_astar_graph_solve(), BLI_astar_node_link_add(), and mesh_remap_calc_loops_astar_f_cost().
void* BLI_AStarGNLink::custom_data |
Definition at line 25 of file BLI_astar.h.
Referenced by BKE_mesh_remap_calc_loops_from_mesh(), BLI_astar_node_link_add(), and mesh_remap_calc_loops_astar_f_cost().
int BLI_AStarGNLink::nodes[2] |
Definition at line 22 of file BLI_astar.h.
Referenced by BLI_astar_node_link_add(), and BLI_astar_node_link_other_node().