simplify-js
simplify-js copied to clipboard
feat: n-dimensional Point simplification
Hi! We had a need for simplification of points with an arbitrary number of dimensions, so I generalized the point code to accept any number of dimensions.
This flexibility comes at a pretty high cost on performance, so I doubt it falls in-line with the speed expectations of this library, but figured I'd share here for anyone else needing such a feature.