#path-finding #transformation #geometry #coordinate #map #cycle #taxicab

taxicab-map

Coordinate transformation and pathfinding for Taxicab Geometry

5 releases

0.1.3 Apr 10, 2023
0.1.2 Apr 10, 2023
0.1.1 Apr 10, 2023
0.1.0 Apr 10, 2023
0.0.0 Apr 10, 2023

#2285 in Algorithms

Download history 10/week @ 2024-02-24 2/week @ 2024-03-02 5/week @ 2024-03-09 6/week @ 2024-03-16 4/week @ 2024-03-23 11/week @ 2024-03-30 39/week @ 2024-04-06 2/week @ 2024-04-13

56 downloads per month
Used in 2 crates (via maze-core)

MPL-2.0 license

29KB
736 lines

Taxicab Map

Coordinate transformation and pathfinding for Taxicab Geometry

Cycle Map

# use taxicab_map::TaxicabMap;
let map = TaxicabMap::rectangle(3, 4, & false).with_cycle(true, false);

Dependencies

~4MB
~79K SLoC