| Crates.io | ramer_douglas_peucker |
| lib.rs | ramer_douglas_peucker |
| version | 0.2.2 |
| created_at | 2020-09-11 19:29:46.185107+00 |
| updated_at | 2021-04-08 23:19:38.986505+00 |
| description | An implementation of the Ramer Douglas Peucker algorithm. |
| homepage | https://git.sr.ht/~halzy/ramer_douglas_peucker |
| repository | https://git.sr.ht/~halzy/ramer_douglas_peucker |
| max_upload_size | |
| id | 287485 |
| size | 10,184 |
An implementation of the Ramer Douglas Peucker algorithm.
Given a slice of Point2 and an epsilon, the rdp() function will return a Vec
License: MIT