Click or drag to resize

ClipperRamerDouglasPeucker(Paths64, Double) Method

Simplifies integer 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 Paths64 RamerDouglasPeucker(
	Paths64 paths,
	double epsilon
)

Parameters

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

Return Value

Paths64
The simplified paths.
See Also