ramer_douglas_peucker 0.2.2

An implementation of the Ramer Douglas Peucker algorithm.
Documentation

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