Click or drag to resize

ClipperRamerDouglasPeucker(PathsD, Double) Method

Simplifies floating-point paths using the Ramer-Douglas-Peucker algorithm.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD RamerDouglasPeucker(
	PathsD paths,
	double epsilon
)

Parameters

paths  PathsD
The paths to simplify.
epsilon  Double
The simplification tolerance.

Return Value

PathsD
The simplified paths.
See Also