Click or drag to resize

ClipperRamerDouglasPeucker(PathD, Double) Method

Simplifies a floating-point path 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 PathD RamerDouglasPeucker(
	PathD path,
	double epsilon
)

Parameters

path  PathD
The path to simplify.
epsilon  Double
The simplification tolerance.

Return Value

PathD
The simplified path.
See Also