Click or drag to resize

ClipperMinkowskiDiff(Path64, Path64, Boolean) Method

Returns the Minkowski difference of two integer paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Paths64 MinkowskiDiff(
	Path64 pattern,
	Path64 path,
	bool isClosed
)

Parameters

pattern  Path64
The pattern path.
path  Path64
The base path.
isClosed  Boolean
if the base path is closed; otherwise, .

Return Value

Paths64
The Minkowski difference.
See Also