Click or drag to resize

ClipperSimplifyPaths(Paths64, Double, Boolean) Method

Simplifies integer 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 Paths64 SimplifyPaths(
	Paths64 paths,
	double epsilon,
	bool isClosedPaths = true
)

Parameters

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

Return Value

Paths64
The simplified paths.
See Also