Click or drag to resize

ClipperSimplifyPath(Path64, Double, Boolean) Method

Simplifies an integer 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 Path64 SimplifyPath(
	Path64 path,
	double epsilon,
	bool isClosedPath = true
)

Parameters

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

Return Value

Path64
The simplified path.
See Also