ramer_douglas_peucker

Crates.ioramer_douglas_peucker
lib.rsramer_douglas_peucker
version0.2.2
sourcesrc
created_at2020-09-11 19:29:46.185107
updated_at2021-04-08 23:19:38.986505
descriptionAn implementation of the Ramer Douglas Peucker algorithm.
homepagehttps://git.sr.ht/~halzy/ramer_douglas_peucker
repositoryhttps://git.sr.ht/~halzy/ramer_douglas_peucker
max_upload_size
id287485
size10,184
Benjamin Halsted (halzy)

documentation

README

ramer_douglas_peucker

An implementation of the Ramer Douglas Peucker algorithm.

Given a slice of Point2 and an epsilon, the rdp() function will return a Vec of which indices to keep.

License: MIT

Commit count: 0

cargo fmt