#include <AStar.hpp>
◆ Node()
Horizon::Zone::AStar::Node::Node |
( |
MapCoords |
coord_, |
|
|
std::shared_ptr< Node > |
parent_ = nullptr |
|
) |
| |
|
inlineexplicit |
87 {
91 }
uint32_t G
Definition: AStar.hpp:82
MapCoords coordinates
Definition: AStar.hpp:83
uint32_t H
Definition: AStar.hpp:82
std::shared_ptr< Node > parent
Definition: AStar.hpp:84
References coordinates, G, H, and parent.
◆ getFScore()
uint32_t Horizon::Zone::AStar::Node::getFScore |
( |
| ) |
const |
|
inline |
◆ coordinates
MapCoords Horizon::Zone::AStar::Node::coordinates |
uint32_t Horizon::Zone::AStar::Node::G |
uint32_t Horizon::Zone::AStar::Node::H |
◆ parent
std::shared_ptr<Node> Horizon::Zone::AStar::Node::parent |
The documentation for this struct was generated from the following file: