Click or drag to resize

ClipperRamerDouglasPeucker(Path64, Double) Method

Simplifies an integer 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 Path64 RamerDouglasPeucker(
	Path64 path,
	double epsilon
)

Parameters

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

Return Value

Path64
The simplified path.
See Also