Used to pass the cost of states from the cliet application to MicroPather. This structure is copied in a vector. @sa AdjacentCost */
| 137 | @sa AdjacentCost |
| 138 | */ |
| 139 | struct StateCost |
| 140 | { |
| 141 | cPosition state; ///< The state as a cPosition* |
| 142 | float cost; ///< The cost to the state. Use FLT_MAX for infinite cost. |
| 143 | }; |
| 144 | |
| 145 | |
| 146 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected