Crate shortestpath

Source
Expand description

Shortest Path is an experimental library finding the shortest path from A to B

Modules§

mesh_2d
The mesh_2d module contains mesh implementations in 2 dimensions.
mesh_3d
The mesh_3d module contains mesh implementations in 3 dimensions.
mesh_topo
The mesh_topo module contains tools to simulate some shape twists, such as gates opening one-way, totally dynamic environments where the mesh can change due to external conditions.

Structs§

Gate
Gradient

Enums§

Error

Constants§

BUG_REPORT_URL
URL to report bugs.
DISTANCE_MAX
DISTANCE_MIN

Traits§

Mesh

Type Aliases§

Result