Functionsยง
- chebyshev_
distance_ transform_ from_ cost_ matrix - Provides a Cost Matrix with values equal to the Chebyshev distance from any position in the provided initial Cost Matrix with a value set to 0.
- chebyshev_
distance_ transform_ from_ terrain - Provides a Cost Matrix with values equal to the Chebyshev distance from any wall terrain. This does not calculate based on constructed walls, only terrain walls.
- manhattan_
distance_ transform_ from_ cost_ matrix - Provides a Cost Matrix with values equal to the Manhattan distance from any position in the provided initial Cost Matrix with a value set to 0.
- manhattan_
distance_ transform_ from_ terrain - Provides a Cost Matrix with values equal to the Manhattan distance from any wall terrain. This does not calculate based on constructed walls, only terrain walls.