|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/path/path.h>
Public Attributes | |
| PathStatus | status = PathStatus::NoPath |
| std::uint32_t | cost = 0 |
| std::size_t | expanded_nodes = 0 |
| std::size_t | reached_nodes = 0 |
| PathView | path |
Reports a query outcome and a non-owning view of the resulting path.
The path normally borrows caller-owned scratch or product storage and is invalidated by that owner's next mutation.