lyon_algorithms

Crates.iolyon_algorithms
lib.rslyon_algorithms
version1.0.4
sourcesrc
created_at2018-07-04 23:09:38.503
updated_at2023-11-18 14:47:40.898562
description2D Path manipulation/transformation algorithms.
homepage
repositoryhttps://github.com/nical/lyon
max_upload_size
id72919
size131,336
Nicolas Silva (nical)

documentation

https://docs.rs/lyon_algorithms/

README

lyon::algorithms

A collection of various vector path manipulation algorithms.

crates.io documentation

  • Path bounding box
  • Path area
  • Path length
  • Winding numbers of a path at any position
  • Hatching a Path
  • Path hit testing
  • Path ray casting
  • walking along a path

lyon_algorithms can be used as a standalone crate or as part of lyon via the lyon::algorithms module.

Commit count: 1556

cargo fmt