-
public class ApproximatorImplemented according to Wiki-Pseudocode http://en.wikipedia.org/wiki/Ramer�Douglas�Peucker_algorithm
-
-
Method Summary
Modifier and Type Method Description Array<float>reduceWithDouglasPeucker(Array<float> points, float tolerance)-
-
Method Detail
-
reduceWithDouglasPeucker
Array<float> reduceWithDouglasPeucker(Array<float> points, float tolerance)
-
-
-
-