update_sequence: Deletes duplicates points
Description
Within a vector of points, deletes points that are close enough (less than the tol parameter).
Returns the points without the "duplicates"
Usage
update_sequence(points, tol)
Value
The points without duplicates
Arguments
- points
Points to be updated
- tol
Tolerance for which two points are considered the same