|
tess 1.0.0
Performance-first tile and path simulation substrate
|
Reports the closest reachable goal and a scratch-owned path to it. More...
#include <tess/path/field_product_cache.h>
Public Attributes | |
| PathStatus | status = PathStatus::NotComputed |
| std::uint32_t | cost = 0 |
| Coord3 | target {} |
| std::size_t | expanded_nodes = 0 |
| std::size_t | reached_nodes = 0 |
| std::span< const Coord3 > | path |
| std::uint32_t | cost_scale = 1 |
Reports the closest reachable goal and a scratch-owned path to it.