-
public class ApproximatorNImplemented according to modified Douglas Peucker http://psimpl.sourceforge.net/douglas-peucker.html
-
-
Method Summary
Modifier and Type Method Description Array<float>reduceWithDouglasPeucker(Array<float> points, float resultCount)-
-
Method Detail
-
reduceWithDouglasPeucker
Array<float> reduceWithDouglasPeucker(Array<float> points, float resultCount)
-
-
-
-