topola/src
Mikolaj Wielgus 1630ed1a45 refactor(router/thetastar): Store edge ids in `Vec<...>` instead of `VecDeque<...>` 2025-06-12 16:45:07 +02:00
..
autorouter feat(router/thetastar): Implement Theta* search algorithm 2025-06-12 16:45:07 +02:00
board fix(drawing/band): BandTermsegIndex computation should be fallible 2025-05-26 14:51:23 +02:00
drawing feat(drawing/drawing): Store boundaries in Drawing 2025-06-10 15:37:47 +02:00
geometry refactor(geometry/edit): "merge" instead of "apply" edit on another edit 2025-05-26 02:44:26 +02:00
interactor feat(router/thetastar): Implement Theta* search algorithm 2025-06-12 16:45:07 +02:00
layout fix(drawing/band): BandTermsegIndex computation should be fallible 2025-05-26 14:51:23 +02:00
math feat: Implement line (segment) intersection check 2025-06-11 16:37:57 +02:00
router refactor(router/thetastar): Store edge ids in `Vec<...>` instead of `VecDeque<...>` 2025-06-12 16:45:07 +02:00
specctra feat(drawing/drawing): Store boundaries in Drawing 2025-06-10 15:37:47 +02:00
graph.rs feat(geometry/geometry): Add convenience GetPetgraphIndex impls 2025-05-17 02:43:19 +02:00
lib.rs chore: cargo fmt 2025-02-10 11:28:19 +01:00
stepper.rs docs(stepper): fix broken internal link in docs 2025-05-12 19:08:12 +02:00
triangulation.rs chore: apply clippy fixes 2025-03-25 00:17:57 +01:00