Click or drag to resize

MinkowskiDiff(Path64, Path64, Boolean) Method

Calculates 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 Diff(
	Path64 pattern,
	Path64 path,
	bool isClosed
)

Parameters

pattern  Path64
The pattern path.
path  Path64
The path from which the pattern is subtracted.
isClosed  Boolean
If set to , the input path is treated as closed.

Return Value

Paths64
The resulting integer paths.
See Also