dubins_paths 1.0.4

Rust code for calculating Dubin's Paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Dubin's Paths


Rust code for calculating Dubin's Paths

Credit to [Andrew Walker](https://github.com/AndrewWalker) for the [original C code](https://github.com/AndrewWalker/Dubins-Curves)

I've ported the code to Rust and documented everything that I could understand. Documentation in the original repository was minimal.

## Documentation


Looking for some documentation? Head on over to the [docs.rs](https://docs.rs/dubins_paths/) page!