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