Click or drag to resize

ClipperStripNearDuplicates Method

Removes near-duplicate points from a floating-point path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathD StripNearDuplicates(
	PathD path,
	double minEdgeLenSqrd,
	bool isClosedPath
)

Parameters

path  PathD
The path to clean.
minEdgeLenSqrd  Double
The squared minimum edge length.
isClosedPath  Boolean
if the path is closed; otherwise, .

Return Value

PathD
The cleaned path.
See Also