path-offset 0.1.1

A simple library for offsetting paths
Documentation
1
2
3
4
5
6
//! Provides conversions to and from `cavalier_contours` path types.
//!
//! This module is intended to house `From` trait implementations that allow
//! for seamless interoperability between `path-offset`'s path representation
//! and the path types used by the `cavalier_contours` library.
// (Implementation pending)