Click or drag to resize

ClipperSimplifyPath(PathD, Double, Boolean) Method

Simplifies a floating-point path by removing redundant vertices.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathD SimplifyPath(
	PathD path,
	double epsilon,
	bool isClosedPath = true
)

Parameters

path  PathD
The path to simplify.
epsilon  Double
The simplification tolerance.
isClosedPath  Boolean  (Optional)
if the path is closed; otherwise, .

Return Value

PathD
The simplified path.
See Also