Node structure for A* pathfinding.
More...
Node structure for A* pathfinding.
Definition at line 2656 of file map.c.
the distance to go access the systems.
Definition at line 2663 of file map.c.
◆ gnext
| struct SysNode_* SysNode::gnext |
Next node in the garbage collector.
Definition at line 2658 of file map.c.
◆ next
| struct SysNode_* SysNode::next |
Next node
Definition at line 2657 of file map.c.
◆ parent
| struct SysNode_* SysNode::parent |
Parent node.
Definition at line 2660 of file map.c.
◆ pos
position of the entry of the system.
Definition at line 2664 of file map.c.
◆ sys
System in node.
Definition at line 2661 of file map.c.
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/naev-0.11.5/src/map.c