[][src]Crate lyon_algorithms

2d Path transformation and manipulation algorithms.

This crate is reexported in lyon.

Re-exports

pub extern crate lyon_path as path;
pub use path::geom;

Modules

aabb

Bounding rectangle computation for paths.

fit

Fit paths into rectangles.

hatching

Generate hatching and dotted patterns in a path.

math

Basic types that are used everywhere. Most other lyon crates reexport them.

raycast

Find the first collision between a ray and a path.

splitter
walk

Move at a defined speed along a path.