offroad 0.0.5

2D offsetting for arc polylines/polygons.
Documentation
# Offroad
![Build](https://github.com/radevgit/offroad/actions/workflows/rust.yml/badge.svg)

## Adding the library to your project

To use the Offroad library in your project, add the following to your `Cargo.toml`:

```toml
[dependencies]
offroad = "0.0.5"
```

## 2D offsetting for arc polylines/polygons
![](https://raw.githubusercontent.com/radevgit/offroad/refs/heads/main/img/offsets.svg "arc-line polygon offsets")


## Examples

Check "examples" directory for more usage examples.