|
tess 1.0.0
Performance-first tile and path simulation substrate
|
#include <tess/topology/transition_model.h>
Public Attributes | |
| Coord3 | to {} |
| std::uint64_t | to_index = 0 |
| Cost | cost = 0 |
| TransitionKind | kind = TransitionKind::Regular |
| TransitionAvailability | availability = TransitionAvailability::Blocked |
| bool | cost_overflow = false |
Resolved transition data consumed by movement algorithms.