Click or drag to resize

MinkowskiDiff(PathD, PathD, Boolean, Int32) Method

Calculates the Minkowski difference of two floating-point paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD Diff(
	PathD pattern,
	PathD path,
	bool isClosed,
	int decimalPlaces = 2
)

Parameters

pattern  PathD
The pattern path.
path  PathD
The path from which the pattern is subtracted.
isClosed  Boolean
If set to , the input path is treated as closed.
decimalPlaces  Int32  (Optional)
The number of decimal places used during internal scaling.

Return Value

PathsD
The resulting floating-point paths.
See Also