TDME2 1.9.121
Public Attributes | List of all members
PathFinding::PathFindingNode Struct Referencefinal

Path finding node. More...

Collaboration diagram for PathFinding::PathFindingNode:
Collaboration graph

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...
 

Detailed Description

Path finding node.

Definition at line 265 of file PathFinding.h.

Member Data Documentation

◆ costsAll

float costsAll

Estimated costs to the end plus calculated costs from start to this node.

Definition at line 285 of file PathFinding.h.

◆ costsEstimated

float costsEstimated

Estimated costs to get to the end.

Definition at line 295 of file PathFinding.h.

◆ costsReachPoint

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.

◆ id

string id

Node id.

Definition at line 270 of file PathFinding.h.

◆ position

Vector3 position

Position.

Definition at line 280 of file PathFinding.h.

◆ previousNodeId

string previousNodeId

Previous node.

Definition at line 275 of file PathFinding.h.

◆ x

int x

Integer position along x axis.

Definition at line 300 of file PathFinding.h.

◆ y

int y

Integer position along y axis.

Definition at line 305 of file PathFinding.h.

◆ z

int z

Integer position along z axis.

Definition at line 310 of file PathFinding.h.


The documentation for this struct was generated from the following file: