Struct tree_node

Struct Documentation

struct tree_node

Public Members

int x
int y
double g = INF_COST
double h = INF_COST
const tree_node *parent_id = nullptr
bool is_in_queue = false
double f = INF_COST