simplify
For a List
For more information on simplify-js see simplify-js
Receiver
A List
Parameters
The type of the data points you wish to simplify
Affects the amount of simplification
: Setting to true will exclude Radial Distance based preprocessing but may take longer.
A function that given an input T can extract the x value
A function that given an input T can extract the y value
Optional function that transforms the x value sent to the simplification algorithms but not what is returned by the simplification.
Optional function that transforms the y value sent to the simplification algorithms but not what is returned by the simplification.
For a List of Pair