|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <Utils.hpp>

Public Member Functions | |
| float | totalCost () |
Public Attributes | |
| std::pair< int, int > | coords |
| float | costFromStart |
| Number of steps from the start. More... | |
| float | estimatedCostToGoal |
| Estimated number of steps to the goal, in our case the euclidean distance. More... | |
| std::shared_ptr< Node > | parent = nullptr |
| Direction | dirFromParent |
| Direction from the parent to this node. More... | |
|
inline |
| std::pair<int, int> Node::coords |
| float Node::costFromStart |
Number of steps from the start.
| Direction Node::dirFromParent |
Direction from the parent to this node.
| float Node::estimatedCostToGoal |
Estimated number of steps to the goal, in our case the euclidean distance.
| std::shared_ptr<Node> Node::parent = nullptr |