TDME2 1.9.121
|
Path finding node. More...
Public Attributes | |
string | id |
Node id. More... | |
string | previousNodeId |
Previous node. More... | |
Vector3 | position |
Position. More... | |
float | costsAll |
Estimated costs to the end plus calculated costs from start to this node. More... | |
float | costsReachPoint |
Calculated costs up to this point (from all previous nodes up to this node) to get to this coordinates from start. More... | |
float | costsEstimated |
Estimated costs to get to the end. More... | |
int | x |
Integer position along x axis. More... | |
int | y |
Integer position along y axis. More... | |
int | z |
Integer position along z axis. More... | |
Path finding node.
Definition at line 265 of file PathFinding.h.
float costsAll |
Estimated costs to the end plus calculated costs from start to this node.
Definition at line 285 of file PathFinding.h.
float costsEstimated |
Estimated costs to get to the end.
Definition at line 295 of file PathFinding.h.
float costsReachPoint |
Calculated costs up to this point (from all previous nodes up to this node) to get to this coordinates from start.
Definition at line 290 of file PathFinding.h.
string id |
Node id.
Definition at line 270 of file PathFinding.h.
Vector3 position |
Position.
Definition at line 280 of file PathFinding.h.
string previousNodeId |
Previous node.
Definition at line 275 of file PathFinding.h.
int x |
Integer position along x axis.
Definition at line 300 of file PathFinding.h.
int y |
Integer position along y axis.
Definition at line 305 of file PathFinding.h.
int z |
Integer position along z axis.
Definition at line 310 of file PathFinding.h.