Click or drag to resize

ClipperSimplifyPaths(PathsD, Double, Boolean) Method

Simplifies floating-point paths by removing redundant vertices.

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

Parameters

paths  PathsD
The paths to simplify.
epsilon  Double
The simplification tolerance.
isClosedPath  Boolean  (Optional)
if the paths are closed; otherwise, .

Return Value

PathsD
The simplified paths.
See Also