Click or drag to resize

ClipperSimplifyPath(PathD, Double, Boolean) Method

[Missing <summary> documentation for "M:Clipper2Lib.Clipper.SimplifyPath(Clipper2Lib.PathD,System.Double,System.Boolean)"]


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

Parameters

path  PathD

[Missing <param name="path"/> documentation for "M:Clipper2Lib.Clipper.SimplifyPath(Clipper2Lib.PathD,System.Double,System.Boolean)"]

epsilon  Double

[Missing <param name="epsilon"/> documentation for "M:Clipper2Lib.Clipper.SimplifyPath(Clipper2Lib.PathD,System.Double,System.Boolean)"]

isClosedPath  Boolean  (Optional)

[Missing <param name="isClosedPath"/> documentation for "M:Clipper2Lib.Clipper.SimplifyPath(Clipper2Lib.PathD,System.Double,System.Boolean)"]

Return Value

PathD

[Missing <returns> documentation for "M:Clipper2Lib.Clipper.SimplifyPath(Clipper2Lib.PathD,System.Double,System.Boolean)"]

See Also