ClipperRamerDouglasPeucker(PathD, Double) Method |
Simplifies a floating-point path using the Ramer-Douglas-Peucker algorithm.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathD RamerDouglasPeucker(
PathD path,
double epsilon
)
Parameters
- path PathD
- The path to simplify.
- epsilon Double
- The simplification tolerance.
Return Value
PathDThe simplified path.
See Also